sway-dotfiles/idle.sh

8 lines
184 B
Bash
Executable File

swayidle \
timeout 300 '~/.config/sway/idlelock.sh' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep '~/.config/sway/idlelock.sh'