fixed hypridle not properly blacking out screen

This commit is contained in:
skyler 2025-05-06 09:22:18 +08:00
parent 5385fc6df7
commit 0a151d77dd

View File

@ -11,9 +11,7 @@ listener {
} }
listener { listener {
timeout = 200 timeout = 10
on-timeout = hyprctl dispatch dpms off on-timeout = pidof hyprlock && hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on on-resume = hyprctl dispatch dpms on
} }