mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
sway: restore suspend shortcut
This commit is contained in:
parent
5e2db81676
commit
0b27da3f22
@ -94,6 +94,9 @@ font pango:Noto Sans Mono Regular 10
|
||||
|
||||
# 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'
|
||||
# Lock and suspend
|
||||
bindsym $mod+Escape exec "swaynag -t warning -m 'You pressed the SUSPEND shortcut. Do you really want to SUSPEND?' -B 'Yes, SUSPEND' '$ScreenLockCmd; systemctl -i suspend'"
|
||||
|
||||
#
|
||||
# Moving around:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user