diff options
| author | ryukamish <[email protected]> | 2026-06-09 13:54:50 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-09 13:54:50 +0530 |
| commit | 8af9ffb835701f8c32883a4ccb6e1f18b766d555 (patch) | |
| tree | 4c8953b0a9401cb581a9c66643026ad83297cac4 /.config/sway | |
| parent | 04cb69b866da2d67b90e6bb54ec69a5bd880e153 (diff) | |
fix: swaylock not also turns off screens with locking
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 1480e9b..03447fc 100644 --- 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 ┃ |
