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

4 lines
100 B
Bash

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