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

4 lines
100 B
Bash
Raw Normal View History

2023-12-13 23:47:17 -08:00
swayidle -w \
timeout 300 'hyprctl dispatch dpms off' \
resume 'hyprctl dispatch dpms on' \