dotfiles/home/dot_config/hypr/scripts/executable_idle.sh
2023-12-14 00:45:16 -08:00

4 lines
100 B
Bash

swayidle -w \
timeout 300 'hyprctl dispatch dpms off' \
resume 'hyprctl dispatch dpms on' \