summary refs log tree commit diff stats
path: root/dunst/.config
diff options
context:
space:
mode:
authorAlan Pearce2018-04-27 18:05:33 +0200
committerAlan Pearce2018-04-27 18:05:33 +0200
commitcb6616a19c4d49762defd3d59ebf4cba749479c2 (patch)
tree734b51dfd2bf0275116b7f0d57067c44232dc773 /dunst/.config
parent574143a75801ca9d5d80c9363d8dc433d2a8a54e (diff)
downloaddotfiles-cb6616a19c4d49762defd3d59ebf4cba749479c2.tar.lz
dotfiles-cb6616a19c4d49762defd3d59ebf4cba749479c2.tar.zst
dotfiles-cb6616a19c4d49762defd3d59ebf4cba749479c2.zip
dunst: Don't clobber ctrl- keybindings
Diffstat (limited to 'dunst/.config')
-rw-r--r--dunst/.config/dunst/dunstrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 69b9a9d..73c932d 100644
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -159,18 +159,18 @@
     # Xev might be helpful to find names for keys.
 
     # Close notification.
-    close = ctrl+space
+    close = mod4+apostrophe
 
     # Close all notifications.
-    close_all = ctrl+shift+space
+    close_all = mod4+shift+apostrophe
 
     # Redisplay last message(s).
     # On the US keyboard layout "grave" is normally above TAB and left
     # of "1".
-    history = ctrl+grave
+    history = mod4+grave
 
     # Context menu.
-    context = ctrl+shift+period
+    context = mod4+shift+period
 
 [urgency_low]
     # IMPORTANT: colors have to be defined in quotation marks.