diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-12-10 13:27:31 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-12-10 13:27:31 -0500 |
commit | 24e855102e2a8a1472d24529018c8c993165b4f4 (patch) | |
tree | e9aaba9191c4712be571cb95a13d06d86b4fa03c /desktop | |
parent | 2bb9cac2298f97f271e75f357bc633f855d99a6e (diff) |
extend time before lock
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/.config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/.config/sway/config b/desktop/.config/sway/config index 0c4b047..bddf39b 100755 --- a/desktop/.config/sway/config +++ b/desktop/.config/sway/config @@ -47,8 +47,8 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # your displays after another 300 seconds, and turn your screens back on when # resumed. It will also lock your screen before your computer goes to sleep. exec swayidle -w \ - timeout 300 'swaylock -f' \ - timeout 240 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ + timeout 900 'swaylock -f' \ + timeout 960 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ before-sleep 'swaylock -f' bindsym $mod+Shift+z exec --no-startup-id 'swaylock' |