dotfiles/home/dot_config/sway/scripts/executable_idle.sh
2023-06-08 16:48:27 -07:00

4 lines
104 B
Bash

swayidle -w \
timeout 300 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \