feat(hypridle): Remove playerctrl toggling on monitor off

This commit is contained in:
Olaf Alexander 2024-12-24 08:38:53 -06:00
parent ac38b076e4
commit da17cbcfd3

View File

@ -6,7 +6,7 @@ general {
listener {
timeout = 330 # 5.5 min
on-timeout = hyprctl dispatch dpms off && playerctl stop # screen off when timeout has passed
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}