From 452ca3fd74cff14484b7d799096f907e6d3c6cdf Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Tue, 5 Nov 2019 21:47:57 +0100 Subject: [PATCH] config: i3: exit without waiting for confirmation dialog --- config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/i3/config b/config/i3/config index 505ade9..18be6bc 100644 --- a/config/i3/config +++ b/config/i3/config @@ -134,7 +134,7 @@ bindsym $mod+Alt+c reload bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+q exec i3lock -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'" +bindsym $mod+Shift+q exit # resize window (you can also use the mouse for that) mode "resize" {