diff --git a/SwarselSystems.org b/SwarselSystems.org index 2df8217..33e8278 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -10827,7 +10827,7 @@ Currently, I am too lazy to explain every option here, but most of it is very se mode $exit { bindsym --to-code { s exec \"systemctl suspend\", mode \"default\" - l exec \"swaylock --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.2 --daemonize && systemctl suspend \", mode \"default \" + l exec \"swaylock --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.2 --daemonize\" p exec \"systemctl poweroff\" r exec \"systemctl reboot\" u exec \"swaymsg exit\" diff --git a/profiles/home/common/sway.nix b/profiles/home/common/sway.nix index 6df4860..52d81f6 100644 --- a/profiles/home/common/sway.nix +++ b/profiles/home/common/sway.nix @@ -269,7 +269,7 @@ in mode $exit { bindsym --to-code { s exec \"systemctl suspend\", mode \"default\" - l exec \"swaylock --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.2 --daemonize && systemctl suspend \", mode \"default \" + l exec \"swaylock --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.2 --daemonize\" p exec \"systemctl poweroff\" r exec \"systemctl reboot\" u exec \"swaymsg exit\"