diff options
| -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 ┃ |
