sway-dotfiles/idle.sh.bac

8 lines
203 B
Plaintext
Raw Normal View History

2023-01-30 08:19:14 +01:00
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'