.dotfiles/hypr/hypridle.conf

17 lines
582 B
Plaintext

general {
lock_cmd = pidof hyprlock || hyprlock # Verhindert mehrfaches Starten
before_sleep_cmd = loginctl lock-session # Sperren vor dem Standby
after_sleep_cmd = hyprctl dispatch dpms on # Monitor an nach dem Aufwachen
}
listener {
timeout = 300 # 5 Minuten
on-timeout = loginctl lock-session # Sperren
}
listener {
timeout = 330 # 5.5 Minuten
on-timeout = hyprctl dispatch dpms off # Monitor aus
on-resume = hyprctl dispatch dpms on # Monitor an
}