mirror of
https://github.com/adrlau/sway-dotfiles.git
synced 2025-06-16 14:15:49 +02:00
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'
|
||
|
|
||
|
|