dunst: various tweaks to the configuration
authorAmin Bandali <mab@gnu.org>
Tue, 28 Jan 2020 05:20:54 +0000 (00:20 -0500)
committerAmin Bandali <mab@gnu.org>
Tue, 28 Jan 2020 05:20:54 +0000 (00:20 -0500)
- font
- history length
- dmenu
- browser
- mouse click actions
- no timeouts

.config/dunst/dunstrc

index 7380ddf..ca65f1d 100644 (file)
@@ -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.
     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
     #              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.
     # 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