mirror of
https://github.com/adrlau/sway-dotfiles.git
synced 2025-06-12 12:25:50 +02:00
8 lines
203 B
Plaintext
Executable File
8 lines
203 B
Plaintext
Executable File
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'
|
|
|
|
|