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 {