Wrong dpms syntax

This commit is contained in:
VietNguyenx
2026-05-27 01:06:27 +07:00
committed by GitHub
parent 6eb590b1a2
commit e0f2a34949
+2 -2
View File
@@ -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 {