diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 1f9b98c..eead4c9 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -96,7 +96,7 @@ # # If this option is set to mouse or keyboard, the monitor option # will be ignored. - follow = mouse + follow = none # Should a notification popped up from history be sticky or timeout # as if it would normally do. @@ -162,19 +162,19 @@ # Xev might be helpful to find names for keys. # Close notification. - close = mod1+space + close = mod4+n # Close all notifications. # close_all = ctrl+shift+space - close_all = ctrl+mod1+space + close_all = ctrl+mod4+n # Redisplay last message(s). # On the US keyboard layout "grave" is normally above TAB and left # of "1". - history = ctrl+mod4+h + history = shift+mod4+n # Context menu. - context = ctrl+alt+c + context = mod1+mod4+n [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. diff --git a/config/i3/config b/config/i3/config index 6ad3bed..31d89a2 100644 --- a/config/i3/config +++ b/config/i3/config @@ -29,8 +29,8 @@ font pango:Sans 8 floating_modifier $mod # kill focused window -#bindsym $mod+F4 kill -bindsym Mod1+F4 kill +bindsym $mod+z kill +#bindsym Mod1+F4 kill bindsym button2 kill # start dmenu (a program launcher)