From cb6616a19c4d49762defd3d59ebf4cba749479c2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 27 Apr 2018 18:05:33 +0200 Subject: dunst: Don't clobber ctrl- keybindings --- dunst/.config/dunst/dunstrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dunst') diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 69b9a9da..73c932d2 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -159,18 +159,18 @@ # Xev might be helpful to find names for keys. # Close notification. - close = ctrl+space + close = mod4+apostrophe # Close all notifications. - close_all = ctrl+shift+space + close_all = mod4+shift+apostrophe # 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 + context = mod4+shift+period [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. -- cgit 1.4.1