diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index 204be41..2eb48ea 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -14,7 +14,7 @@ listener { listener { timeout = 301 - on-timeout = hyprctl dispatch dpms off + on-timeout = grep -qs "true" .config/hypr/enable_dpms.conf && hyprctl dispatch dpms off on-resume = hyprctl dispatch dpms on }