config: i3: exit without waiting for confirmation dialog
This commit is contained in:
parent
dd54a92853
commit
452ca3fd74
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue