mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Wrong dpms syntax
This commit is contained in:
@@ -16,8 +16,8 @@ listener {
|
|||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 600 # 10mins
|
timeout = 600 # 10mins
|
||||||
on-timeout = hyprctl dispatch 'hl.dsp.dpms(false)'
|
on-timeout = hyprctl dispatch 'hl.dsp.dpms({ action = "disable" })'
|
||||||
on-resume = hyprctl dispatch 'hl.dsp.dpms(true)'
|
on-resume = hyprctl dispatch 'hl.dsp.dpms({ action = "enable" })'
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
|
|||||||
Reference in New Issue
Block a user