From ddfef29ac55e7725782efdcd41c8efdbeafd1a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Mon, 27 Jan 2025 19:00:13 +0100 Subject: [PATCH] chore: lock adjustments --- SwarselSystems.org | 2 +- profiles/home/common/sway.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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\"