dotfiles/wayland/services/swayidle/run

7 lines
164 B
Plaintext
Executable File

#!/bin/execlineb -P
swayidle -w
timeout 300 "swaylock"
timeout 600 "swaymsg \"output * dpms off\""
resume "swaymsg \"output * dpms on\""
before-sleep "swaylock"