diff options
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/dunstrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index dc17065..5b87703 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -275,16 +275,16 @@ # Xev might be helpful to find names for keys. # Close notification. - close = ctrl+space + close = mod4+Escape # Close all notifications. - close_all = ctrl+shift+space + close_all = mod4+shift+Escape # Redisplay last message(s). # On the US keyboard layout "grave" is normally above TAB and left # of "1". Make sure this key actually exists on your keyboard layout, # e.g. check output of 'xmodmap -pke' - history = ctrl+grave + history = mod4+grave # Context menu. context = ctrl+shift+period |