diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-05 20:00:34 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-05 20:00:34 +0000 |
commit | 583defe7158bdeca0d1013c253853486985b7958 (patch) | |
tree | df3cda26a659f2f0348ae01e90672672aa77e6e9 /.config | |
parent | c63122159f247d5e3afb0c7db7efa2d3091a4526 (diff) |
Repositioned for RiverWM
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 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 |