🐛 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:
parent
1b1493d768
commit
2c58ea37c4
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue