diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 9fd6adc..6e2d575 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -64,8 +64,8 @@ output * bg /home/sencyy/img/wall/wall1.png fill # Example configuration: # exec swayidle -w \ - timeout 60 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ - timeout 60 'swaylock -f -c 000000' \ + timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ + timeout 300 'swaylock -f -c 000000' \ before-sleep 'swaylock -f -c 000000' # # This will lock your screen after 300 seconds of inactivity, then turn off