change screen timeout

This commit is contained in:
Sencyy 2024-08-14 18:39:02 -03:00
parent 95aa14f3e7
commit ba7db3fa27
No known key found for this signature in database
GPG key ID: 956AB8FEF9FD53F6

View file

@ -61,7 +61,7 @@ output * bg /home/sencyy/img/wall/wall1.png fill
# Example configuration:
#
exec swayidle -w \
timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
timeout 60 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
timeout 60 'swaylock -f -c 000000' \
before-sleep 'swaylock -f -c 000000'
#