sway: use conventional kill session bind

This commit is contained in:
lelgenio 2020-11-02 14:31:40 -03:00
parent 0efcea7aa3
commit 1fc53e2cda
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ $mod+Control+z exec loginctl suspend || systemctl suspend
# Exit sway (logs you out of your Wayland session)
$mod+Shift+q exec swaynag -t warning -m 'Do you really want to exit sway?' -b 'Yes, exit sway' 'swaymsg exit'
Control+Shift+BackSpace exit
Control+Alt+delete exit
# }}}
# Moving around: {{{