diff --git a/dot-config/hypr/hypridle.conf b/dot-config/hypr/hypridle.conf index afc487a..ba4cec6 100644 --- a/dot-config/hypr/hypridle.conf +++ b/dot-config/hypr/hypridle.conf @@ -6,7 +6,7 @@ general { listener { timeout = 330 # 5.5 min - on-timeout = hyprctl dispatch dpms off && playerctl stop # screen off when timeout has passed + on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. }