diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-12 20:41:29 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-12 20:41:29 +0100 |
commit | 1a77e99b3838deb6d69c0c39465c66952e920dd5 (patch) | |
tree | c27be92431c125c982045ce002ed7ec78742c5b3 /.config/dunst/dunstrc | |
parent | ad4e36bd06bf871373f6e43a5250eaaf9b329d1f (diff) |
Repositioned notifications for River
Diffstat (limited to '.config/dunst/dunstrc')
-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 9fc542f..e8d95ee 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 = 15x45 + offset = 15x15 # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes |