diff options
author | P. J. McDermott <pj@pehjota.net> | 2021-08-21 20:27:19 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-08-21 20:29:18 (EDT) |
commit | 7a80a31aad988b1d78d3a41846300115f8f2aa6c (patch) | |
tree | 954cec0382344071f1203eda960d900cdd5e133c | |
parent | bf3492d2f79a599036e787ffe002613db4b92053 (diff) | |
download | fluxbox-7a80a31aad988b1d78d3a41846300115f8f2aa6c.zip fluxbox-7a80a31aad988b1d78d3a41846300115f8f2aa6c.tar.gz fluxbox-7a80a31aad988b1d78d3a41846300115f8f2aa6c.tar.bz2 |
.config/dunst/dunstrc: Change shortcuts
-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 |