diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/dunst/dunstrc | 18 | 
1 files 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  | 
