🐛 fix(swayidle): changed the timeout from 10 to 600

i had it on 10 because of testing the config file, forgot to update it
This commit is contained in:
Sergio Laín 2023-11-19 00:44:42 +01:00
parent 1b1493d768
commit 2c58ea37c4
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,3 +1,3 @@
timeout 10 'swaylock -f --grace 12 --fade-in 10' timeout 600 'swaylock -f --grace 12 --fade-in 10'
before-sleep 'pgrep swaylock || swaylock -f --fade-in 0 && true' before-sleep 'pgrep swaylock || swaylock -f --fade-in 0 && true'