From 8f721161a933988f6402a68ac595607bfa062ce7 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 28 Jan 2020 00:20:54 -0500 Subject: [PATCH] dunst: various tweaks to the configuration - font - history length - dmenu - browser - mouse click actions - no timeouts --- .config/dunst/dunstrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 7380ddf..ca65f1d 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -86,7 +86,7 @@ ### Text ### - font = Monospace 8 + font = Inconsolata 11 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -175,15 +175,15 @@ sticky_history = yes # Maximum amount of notifications kept in history - history_length = 20 + history_length = 50 ### Misc/Advanced ### # dmenu path. - dmenu = /usr/bin/dmenu -p dunst: + dmenu = rofi -dmenu -p dunst: # Browser for opening urls in context menu. - browser = /usr/bin/firefox -new-tab + browser = icecat -private-window -new-tab # Always run rule-defined scripts, even if the notification is suppressed always_run_script = true @@ -236,9 +236,9 @@ # invoke it. If there are multiple and no default, open the context menu. # * close_current: Close current notification. # * close_all: Close all notifications. - mouse_left_click = close_current - mouse_middle_click = do_action - mouse_right_click = close_all + mouse_left_click = do_action + mouse_middle_click = close_all + mouse_right_click = close_current # Experimental features that may or may not work correctly. Do not expect them # to have a consistent behaviour across releases. @@ -277,14 +277,14 @@ # Otherwise the "#" and following would be interpreted as a comment. background = "#222222" foreground = "#888888" - timeout = 10 + timeout = 0 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] background = "#285577" foreground = "#ffffff" - timeout = 10 + timeout = 0 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon -- 2.20.1