diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-11 12:58:10 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-11 12:58:10 +0200 |
commit | 91baa0a9d1b82398d240ab160d69bce3b137d353 (patch) | |
tree | fd4b651b389a1bcca6abcd1572d52ee8cd95a879 /config/X | |
parent | abafaf9720c2d86038153def37e4f57d793c431b (diff) |
[dunst] always use monitor 1
Diffstat (limited to 'config/X')
-rw-r--r-- | config/X/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/X/dunst/dunstrc b/config/X/dunst/dunstrc index 0c4eebc..4975d0a 100644 --- a/config/X/dunst/dunstrc +++ b/config/X/dunst/dunstrc @@ -4,7 +4,7 @@ ### Display ### # Which monitor should the notifications be displayed on. - # monitor = 0 + monitor = 1 # Display notification on focused monitor. Possible modes are: # mouse: follow mouse pointer @@ -17,7 +17,7 @@ # # If this option is set to mouse or keyboard, the monitor option # will be ignored. - follow = keyboard + follow = none ### Geometry ### |