From 9b2d31f244f647fa8072fd80b3b8ae0e9b84d590 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 12 Sep 2020 19:11:06 +0200 Subject: [PATCH] feat: dunst now folllows the mouse (multi-monitor) --- .config/dunst/dunstrc | 4 ++-- .xprofile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 9e907e3..a7f752c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -100,7 +100,7 @@ monitor = 0 # # If this option is set to mouse or keyboard, the monitor option # will be ignored. -follow = none +follow = mouse # Should a notification popped up from history be sticky or timeout # as if it would normally do. @@ -145,7 +145,7 @@ startup_notification = false dmenu = /usr/bin/dmenu -p dunst: # Browser for opening urls in context menu. -browser = /usr/bin/qutebrowser +browser = /usr/bin/firefox # Align icons left/right/off icon_position = off diff --git a/.xprofile b/.xprofile index ab10a5d..f818cbd 100644 --- a/.xprofile +++ b/.xprofile @@ -6,7 +6,7 @@ xss-lock -- slock & redshift & -dunst & +dunst -follow mouse & pamixer --set-volume 50 & sbacklight set 3 & bat_notify &