sway: add swayidle

This commit is contained in:
Mark Riedesel 2024-08-11 08:56:38 -05:00
parent 5a97230c7f
commit a3e04632d3
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,4 @@
exec command -v swayidle 2>&1 > /dev/null \
swayidle -w \
timeout 600 'swaymsg output * dpms off' resume 'swaymsg output * dpms on'