dotfiles/home/dot_config/sway/scripts/executable_idle.sh

4 lines
104 B
Bash
Raw Normal View History

2023-05-20 09:16:45 -07:00
swayidle -w \
2023-06-08 16:48:27 -07:00
timeout 300 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \