From 9c62284c68280edb2576f6f42ab8c7981fb02544 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 2 May 2018 15:51:55 +0100 Subject: [PATCH] Make small changes to dunst --- dunst/dunstrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index e2a46f13..39adfd54 100644 --- a/dunst/dunstrc +++ b/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. @@ -142,10 +142,12 @@ separator_color = frame startup_notification = false # dmenu path. -dmenu = /usr/bin/dmenu -p dunst: +#dmenu = /usr/bin/dmenu -p dunst: +dmenu = /usr/bin/rofi -dmenu # Browser for opening urls in context menu. -browser = /usr/bin/firefox -new-tab +#browser = /usr/bin/firefox -new-tab +browser = /usr/bin/chromium-snapshot-bin # Align icons left/right/off icon_position = off