diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-27 22:54:41 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-27 22:54:41 +0100 |
commit | 34af8f4e92e6c41765ec51a1d72dc3dbc38f4893 (patch) | |
tree | a3b1ac778a390c781d999f3d2a67b5b0b90e6266 /config/X | |
parent | a441502e78ac4981c1c10ba017d2c98f08adfce8 (diff) |
put dunst in top-center
Diffstat (limited to 'config/X')
-rw-r--r-- | config/X/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/X/dunst/dunstrc b/config/X/dunst/dunstrc index a83f45f..31fbae0 100644 --- a/config/X/dunst/dunstrc +++ b/config/X/dunst/dunstrc @@ -30,7 +30,7 @@ height = 80 # Position the notification in the top right corner - origin = top-right + origin = top-center # Offset from the origin offset = 10x10 |