From ee7a17154cab712661821e03e019e45223194079 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sat, 17 May 2025 19:38:29 +0200 Subject: [PATCH] hypridle fix --- modules/wm/hyprland/config/hypr/hypridle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wm/hyprland/config/hypr/hypridle.conf b/modules/wm/hyprland/config/hypr/hypridle.conf index 35364fb..5f297e9 100644 --- a/modules/wm/hyprland/config/hypr/hypridle.conf +++ b/modules/wm/hyprland/config/hypr/hypridle.conf @@ -5,7 +5,7 @@ general { # Turn off screen listener { timeout = 300 - on-timeout = ; hyprctl dispatch dpms off + on-timeout = hyprctl dispatch dpms off on-resume = hyprctl dispatch dpms on }