From 2b419eba1ac97d00e473db3a0dd706d9e9889be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Sat, 25 Nov 2023 00:01:40 +0100 Subject: [PATCH] dunst --- dot_config/dunst/dunstrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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