diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-29 17:36:43 +0100 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-29 17:36:43 +0100 | 
| commit | 67dd1430ce0e14f5da737859c795d67983bda07e (patch) | |
| tree | 3d0d440f25719884bd136c4d5e84283da9ab050b /.config/dunst | |
| parent | update (diff) | |
| download | dotfiles-bsd-67dd1430ce0e14f5da737859c795d67983bda07e.tar.gz dotfiles-bsd-67dd1430ce0e14f5da737859c795d67983bda07e.tar.bz2 dotfiles-bsd-67dd1430ce0e14f5da737859c795d67983bda07e.tar.xz dotfiles-bsd-67dd1430ce0e14f5da737859c795d67983bda07e.tar.zst dotfiles-bsd-67dd1430ce0e14f5da737859c795d67983bda07e.zip | |
Update
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 cdca08e..387d0b9 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,7 +1,7 @@  [global]      monitor = 0      follow = none -    geometry = "500x5-40+40" +    geometry = "750-40+40"      indicate_hidden = yes      shrink = yes      transparency = 0 @@ -23,7 +23,7 @@      sort = yes      idle_threshold = 120 -    font = DejaVuSansMono Nerd Font 14 +    font = NotoSans Nerd Font 16      line_height = 0      markup = full | 
