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