diff --git a/apps/dunst/config/dunst/dunstrc b/apps/dunst/config/dunst/dunstrc index 055ec34..189a5cb 100644 --- a/apps/dunst/config/dunst/dunstrc +++ b/apps/dunst/config/dunst/dunstrc @@ -12,7 +12,7 @@ horizontal_padding = 10 padding = 8 line_height = 0 -font = JetBrains Mono Nerd Font +font = monospace format = "%a\n%s%p\n%b" ignore_newline = no word_wrap = yes @@ -40,14 +40,14 @@ mouse_right_click = close_all [urgency_low] background = "#0F111A" foreground = "#E5E9F0" -timeout = 5 +timeout = 1 [urgency_normal] background = "#0F111A" foreground = "#E5E9F0" -timeout = 5 +timeout = 1 [urgency_critical] background = "#BF616A" foreground = "#00010A" -timeout = 5 +timeout = 1 diff --git a/apps/sxhkd/config/sxhkd/sxhkdrc b/apps/sxhkd/config/sxhkd/sxhkdrc index ebdbbbc..b69a95d 100644 --- a/apps/sxhkd/config/sxhkd/sxhkdrc +++ b/apps/sxhkd/config/sxhkd/sxhkdrc @@ -34,3 +34,5 @@ XF86AudioStop Print maim -s | xclip -selection clipboard -t image/png +super + z + dunstctl close-all