diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-05-01 02:21:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-05-01 02:21:55 (EDT) |
commit | 5b7068d1faf4115bf724a5453cd68e9b9990e953 (patch) | |
tree | f06367321371fa8469722414ccbef8258e4b799d /.config/dunst/dunstrc | |
parent | 71baa8b2202bd9bfbde7c077d8cfd59fd6436f41 (diff) | |
download | fluxbox-5b7068d1faf4115bf724a5453cd68e9b9990e953.zip fluxbox-5b7068d1faf4115bf724a5453cd68e9b9990e953.tar.gz fluxbox-5b7068d1faf4115bf724a5453cd68e9b9990e953.tar.bz2 |
.config/dunst/dunstrc: Change shortcuts
Diffstat (limited to '.config/dunst/dunstrc')
-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 f51be3f..e611003 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -159,15 +159,15 @@ # 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". - history = ctrl+grave + history = mod4+grave # Context menu. context = ctrl+shift+period |