diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index e8d95ee..9fc542f 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -52,7 +52,7 @@ # Respectively the horizontal and vertical offset in pixels from the corner of the # screen specified by origin. Both values should always be positive or zero. # Examples: origin = top-right offset = 10x300 # a margin of 10 pixels from the right and 300 pixels from the top - offset = 15x15 + offset = 15x45 # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes |