sway: Fix blank command
This commit is contained in:
parent
a18a801581
commit
7dcae03a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ bar {
|
||||||
# Shutdown, reboot, lock srceen
|
# Shutdown, reboot, lock srceen
|
||||||
set $mode_system System (b) blank, (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
|
set $mode_system System (b) blank, (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
|
||||||
mode "$mode_system" {
|
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 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 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"
|
bindsym s exec '$locker && systemctl suspend', mode "default"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue