From 5b7068d1faf4115bf724a5453cd68e9b9990e953 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 01 May 2018 02:21:55 -0400 Subject: .config/dunst/dunstrc: Change shortcuts --- 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 -- cgit v0.9.1