config: i3: exit without waiting for confirmation dialog

This commit is contained in:
Thomas Preisner 2019-11-05 21:47:57 +01:00
parent dd54a92853
commit 452ca3fd74

View file

@ -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" {