Adding a shortcut to close notifications

This commit is contained in:
Zoe Roux
2022-02-15 23:04:24 +01:00
parent 570f8bd8f0
commit 178f601cd0
2 changed files with 6 additions and 4 deletions
+4 -4
View File
@@ -12,7 +12,7 @@ horizontal_padding = 10
padding = 8
line_height = 0
font = JetBrains Mono Nerd Font
font = monospace
format = "<b>%a</b>\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
+2
View File
@@ -34,3 +34,5 @@ XF86AudioStop
Print
maim -s | xclip -selection clipboard -t image/png
super + z
dunstctl close-all