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

4 lines
100 B
Bash
Raw Normal View History

2023-12-14 00:45:16 -08:00
swayidle -w \
timeout 300 'hyprctl dispatch dpms off' \
resume 'hyprctl dispatch dpms on' \