diff options
Diffstat (limited to 'dunst/dunstrc')
| -rw-r--r-- | dunst/dunstrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc index 3e10f2e..e48d91f 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -15,7 +15,7 @@ # # If this option is set to mouse or keyboard, the monitor option # will be ignored. - follow = mouse + follow = keyboard # The geometry of the window: # [{width}]x{height}[+/-{x}+/-{y}] @@ -86,11 +86,11 @@ ### Text ### - font = Monospace 8 + font = Noto 9 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. - line_height = 0 + line_height = 4 # Possible values are: # full: Allow a small subset of html markup in notifications: @@ -160,13 +160,13 @@ ### Icons ### # Align icons left/right/off - icon_position = off + icon_position = right # Scale larger icons down to this size, set to 0 to disable max_icon_size = 32 # Paths to default icons. - icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + icon_path = /usr/share/icons/Adwaita/32x32/status/:/usr/share/icons/Adwaita/32x32/devices/:/usr/share/icons/Adwaita/32x32/legacy/ ### History ### @@ -183,7 +183,7 @@ dmenu = /usr/bin/dmenu -p dunst: # Browser for opening urls in context menu. - browser = /usr/bin/firefox -new-tab + browser = /usr/bin/qutebrowser # Always run rule-defined scripts, even if the notification is suppressed always_run_script = true |
