Fix Hyprland lock DPMS

This commit is contained in:
Fabio Scotto di Santolo
2026-06-07 18:46:21 +02:00
parent bf754fc7d2
commit b4d5a2b1ea
3 changed files with 16 additions and 7 deletions

View File

@@ -6,11 +6,6 @@ general {
listener {
timeout = 300
on-timeout = loginctl lock-session
}
listener {
timeout = 600
on-timeout = hyprctl dispatch dpms off
on-timeout = ~/.config/hypr/scripts/lock-and-dpms
on-resume = hyprctl dispatch dpms on
}