From 178f601cd04b6c3291c19d65e27b134c991d7a5b Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 15 Feb 2022 23:04:24 +0100 Subject: [PATCH] Adding a shortcut to close notifications --- apps/dunst/config/dunst/dunstrc | 8 ++++---- apps/sxhkd/config/sxhkd/sxhkdrc | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) 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