diff options
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 4fecd8b..9b0d0e8 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,10 +1,10 @@ [global] monitor = 0 follow = none - geometry = 800x500-40+40 - # width = 200 - # height = 500 - # origin = top-right + width = (200, 800) + height = 500 + origin = top-center + offset = 0x50 indicate_hidden = yes shrink = yes transparency = 15 |