dotfiles/.config/swayidle/config
Sergio Laín 2c58ea37c4
🐛 fix(swayidle): changed the timeout from 10 to 600
i had it on 10 because of testing the config file, forgot to update it
2023-11-19 00:44:42 +01:00

3 lines
116 B
Text

timeout 600 'swaylock -f --grace 12 --fade-in 10'
before-sleep 'pgrep swaylock || swaylock -f --fade-in 0 && true'