sway-dotfiles/idle.sh

8 lines
184 B
Bash
Raw Normal View History

2023-01-30 08:19:14 +01:00
swayidle \
timeout 300 '~/.config/sway/idlelock.sh' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep '~/.config/sway/idlelock.sh'