From e0f2a34949ab7452504d078b5942aa3f3e808e34 Mon Sep 17 00:00:00 2001 From: VietNguyenx <101798660+VietNguyenVN@users.noreply.github.com> Date: Wed, 27 May 2026 01:06:27 +0700 Subject: [PATCH] Wrong dpms syntax --- dots/.config/hypr/hypridle.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/hypr/hypridle.conf b/dots/.config/hypr/hypridle.conf index 68a50b20b..36f8b62b6 100644 --- a/dots/.config/hypr/hypridle.conf +++ b/dots/.config/hypr/hypridle.conf @@ -16,8 +16,8 @@ listener { listener { timeout = 600 # 10mins - on-timeout = hyprctl dispatch 'hl.dsp.dpms(false)' - on-resume = hyprctl dispatch 'hl.dsp.dpms(true)' + on-timeout = hyprctl dispatch 'hl.dsp.dpms({ action = "disable" })' + on-resume = hyprctl dispatch 'hl.dsp.dpms({ action = "enable" })' } listener {