From 7a80a31aad988b1d78d3a41846300115f8f2aa6c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Aug 2021 20:27:19 -0400 Subject: .config/dunst/dunstrc: Change shortcuts --- (limited to '.config/dunst/dunstrc') 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 -- cgit v0.9.1