8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
|
swayidle \
|
||
|
timeout 180 '~/.config/sway/lock.sh --grace 20 --fade-in 8' \
|
||
|
timeout 200 'swaymsg "output * dpms off"' \
|
||
|
resume 'swaymsg "output * dpms on"' \
|
||
|
before-sleep '~/.config/sway/idlelock.sh'
|
||
|
|
||
|
|