diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-19 17:47:09 +0100 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-19 17:47:09 +0100 | 
| commit | c57478f0af16760a7c439243f5e01af7c8d7230b (patch) | |
| tree | 82ba7182187973247c9aca1a87ac4f16672cba60 /.config/dunst/dunstrc | |
| parent | Removed retarded alias (diff) | |
| download | dotfiles-bsd-c57478f0af16760a7c439243f5e01af7c8d7230b.tar.gz dotfiles-bsd-c57478f0af16760a7c439243f5e01af7c8d7230b.tar.bz2 dotfiles-bsd-c57478f0af16760a7c439243f5e01af7c8d7230b.tar.xz dotfiles-bsd-c57478f0af16760a7c439243f5e01af7c8d7230b.tar.zst dotfiles-bsd-c57478f0af16760a7c439243f5e01af7c8d7230b.zip | |
Added ffmpeg scripts
Diffstat (limited to '')
| -rw-r--r-- | .config/dunst/dunstrc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 6917eff..191f475 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,7 +1,7 @@  [global]      monitor = 0      follow = none -    geometry = "500x5-40+40" +    geometry = "1500x5-40+40"      indicate_hidden = yes      shrink = yes      transparency = 0 @@ -23,7 +23,7 @@      sort = yes      idle_threshold = 120 -    font = NotoSans Nerd Font 14 +    font = Noto Sans Nerd Font 17      line_height = 0      markup = full | 
