sway-dotfiles/idle.sh.bac

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'