Give user option to toggle dpms

This commit is contained in:
Yannick7777 2024-08-20 01:30:51 +02:00
parent 97d9c58578
commit 8b3f859ac2

View file

@ -14,7 +14,7 @@ listener {
listener { listener {
timeout = 301 timeout = 301
on-timeout = hyprctl dispatch dpms off on-timeout = grep -qs "true" .config/hypr/enable_dpms.conf && hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on on-resume = hyprctl dispatch dpms on
} }