Add a keybinding to shut down the computer
This commit is contained in:
parent
fa01a482bb
commit
36fec56252
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ input type:touchpad {
|
|||
# Exit sway (logs you out of your Wayland session)
|
||||
bindsym $wm_mod+Delete exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
|
||||
bindsym Alt+Ctrl+Delete exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
|
||||
bindsym Alt+Ctrl+Shift+Delete exec systemctl poweroff
|
||||
bindsym Alt+Ctrl+Backspace exec swaymsg exit
|
||||
#
|
||||
# Moving around:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue