diff options
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 6a2b72b..98eeb03 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -8,8 +8,8 @@ exec gnome-keyring-daemon --start --components=secrets exec export $(gnome-keyring-daemon) exec gentoo-pipewire-launcher restart & exec swayidle -w \ - timeout 600 'swaylock -f -c 000000' \ - timeout 610 'swaymsg "output * dpms off"' \ + timeout 3600 'swaylock -f -c 000000' \ + timeout 3610 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ before-sleep 'swaylock -f -c 000000' |
