feat: dunst now folllows the mouse (multi-monitor)

This commit is contained in:
David 2020-09-12 19:11:06 +02:00
parent eceb0c921b
commit 9b2d31f244
2 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@ monitor = 0
# #
# If this option is set to mouse or keyboard, the monitor option # If this option is set to mouse or keyboard, the monitor option
# will be ignored. # will be ignored.
follow = none follow = mouse
# Should a notification popped up from history be sticky or timeout # Should a notification popped up from history be sticky or timeout
# as if it would normally do. # as if it would normally do.
@ -145,7 +145,7 @@ startup_notification = false
dmenu = /usr/bin/dmenu -p dunst: dmenu = /usr/bin/dmenu -p dunst:
# Browser for opening urls in context menu. # Browser for opening urls in context menu.
browser = /usr/bin/qutebrowser browser = /usr/bin/firefox
# Align icons left/right/off # Align icons left/right/off
icon_position = off icon_position = off

View File

@ -6,7 +6,7 @@
xss-lock -- slock & xss-lock -- slock &
redshift & redshift &
dunst & dunst -follow mouse &
pamixer --set-volume 50 & pamixer --set-volume 50 &
sbacklight set 3 & sbacklight set 3 &
bat_notify & bat_notify &