commit d74cde091b09429fd686ac92fc244d069ddef0d4
parent abd57a6868a0f8d025cb2627bd98dc3afc38ab4e
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Tue, 4 May 2021 20:37:49 +0200
Remove dunst shortcuts
I now use dunstctl with dwm shortcuts.
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
@@ -157,7 +157,8 @@ icon_path = /usr/share/icons/Paper/16x16/mimetypes/:/usr/share/icons/Paper/48x48
frame_width = 3
frame_color = "#8EC07C"
-[shortcuts]
+# Shortcuts section has been removed in favor of dunstctl(1)
+# [shortcuts]
# Shortcuts are specified as [modifier+][modifier+]...key
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
@@ -165,18 +166,18 @@ frame_color = "#8EC07C"
# Xev might be helpful to find names for keys.
# Close notification.
-close = ctrl+space
+# close = ctrl+space
# Close all notifications.
-close_all = ctrl+shift+space
+# close_all = ctrl+shift+space
# Redisplay last message(s).
# On the US keyboard layout "grave" is normally above TAB and left
# of "1".
-history = ctrl+grave
+# history = ctrl+grave
# Context menu.
-context = ctrl+shift+period
+# context = ctrl+shift+period
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.