diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-23 19:08:10 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-23 19:08:10 +0100 |
| commit | 32b428284ebf29c24bcf301f3d035b35463dbad7 (patch) | |
| tree | d7f226daa35093edd06e37b8c9b27f7de0fa95cd | |
| parent | 4df695aec1a951d2542654c6aab799f7486f2395 (diff) | |
| download | dotfiles-32b428284ebf29c24bcf301f3d035b35463dbad7.tar.gz dotfiles-32b428284ebf29c24bcf301f3d035b35463dbad7.tar.bz2 dotfiles-32b428284ebf29c24bcf301f3d035b35463dbad7.zip | |
Updated dunst to enable icons, font and bigger notifications
| -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 |
