commit 8af9ffb835701f8c32883a4ccb6e1f18b766d555
parent 04cb69b866da2d67b90e6bb54ec69a5bd880e153
Author: ryukamish <[email protected]>
Date: Tue, 9 Jun 2026 13:54:50 +0530
fix: swaylock not also turns off screens with locking
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -54,9 +54,9 @@ exec wl-paste --watch cliphist store
# swayidle
exec swayidle -w \
- timeout 600 'swaylock' \
+ timeout 600 'swaylock --daemonize' \
timeout 900 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
- before-sleep 'swaylock'
+ before-sleep 'swaylock --daemonize'
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
# ┃ Inputs ┃