1
0
Fork 0

sway: Fix blank command

This commit is contained in:
coderkun 2019-08-24 22:40:36 +02:00
parent a18a801581
commit 7dcae03a1a

View file

@ -136,7 +136,7 @@ bar {
# Shutdown, reboot, lock srceen
set $mode_system System (b) blank, (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
mode "$mode_system" {
bindsym b exec sleep 1 && killall -s SIGUSR1 swayidle, mode "default"
bindsym b exec 'sleep 1 && killall -s SIGUSR1 swayidle', mode "default"
bindsym l exec '$locker', mode "default"
bindsym 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', mode "default"
bindsym s exec '$locker && systemctl suspend', mode "default"