diff --git a/dot_config/dunst/dunstrc b/dot_config/dunst/dunstrc index 204cd3f..76de70d 100644 --- a/dot_config/dunst/dunstrc +++ b/dot_config/dunst/dunstrc @@ -86,7 +86,7 @@ ### Text ### - font = Mononoki 8 + font = Hack 8 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -126,7 +126,7 @@ # %n progress value if set without any extra characters # %% Literal % # Markup is allowed - format = "%s\n%b" + format = "%s\n%b\n%p" # Alignment of message text. # Possible values are "left", "center" and "right". @@ -180,10 +180,10 @@ ### Misc/Advanced ### # dmenu path. - dmenu = /usr/bin/dmenu -p dunst: + dmenu = /usr/bin/rofi -dmenu -p dunst: # Browser for opening urls in context menu. - browser = /usr/bin/firefox -new-tab + browser = /usr/bin/xdg-open # Always run rule-defined scripts, even if the notification is suppressed always_run_script = true