From 35880803edc720a2ab5863b3f555cf045677f85e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 7 Mar 2018 17:43:13 +0100 Subject: i3: add easier keybind for exit menu --- i3/.config/i3/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'i3/.config') diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 073264e..e813a81 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -158,8 +158,6 @@ bindsym $mod+o exec --no-startup-id "$Locker" bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+p restart -# exit i3 (logs you out of your X session) -bindsym $mod+Shift+q exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" # resize window (you can also use the mouse for that) mode "resize" { @@ -240,6 +238,7 @@ mode "$mode_system" { bindsym $mod+Pause mode "$mode_system" bindsym $mod+Escape mode "$mode_system" +bindsym $mod+Shift+q mode "$mode_system" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) -- cgit 1.4.1