adjust exit and poweroff shortcuts
This commit is contained in:
parent
bd204157f3
commit
f07c749007
1 changed files with 4 additions and 1 deletions
|
@ -79,7 +79,10 @@ input type:keyboard {
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
|
|
||||||
# Exit sway (logs you out of your Wayland session)
|
# Exit sway (logs you out of your Wayland session)
|
||||||
bindsym $mod+Shift+e 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 $mod+Shift+e 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 $mod+Shift+e exit
|
||||||
|
bindsym $mod+Mod1+Shift+p exec systemctl poweroff
|
||||||
|
bindsym $mod+Mod1+Shift+s exec systemctl suspend
|
||||||
#
|
#
|
||||||
# Moving around:
|
# Moving around:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue