commit b044d416ca18a796be035880e0db2784c5c32fb3
parent ae99ea041accc6a3338987da62131cdfe2796b9c
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Wed, 21 Oct 2020 14:37:12 -0400
Fix notifications to one monitor
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
@@ -2,7 +2,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
@@ -15,7 +15,7 @@
#
# If this option is set to mouse or keyboard, the monitor option
# will be ignored.
- follow = keyboard
+ follow = none
# The geometry of the window:
# [{width}]x{height}[+/-{x}+/-{y}]