Files
dotfiles/config/hypr/hypridle.conf
T
tekki 4a20a4401f feat: integrate hyprlauncher, hyprpwcenter, hyprsunset, hyprshade
- F4: hyprlauncher (App-Launcher neben wofi)
- F5: hyprpwcenter (PipeWire Audio-Mixer)
- F6: hyprsunset toggle (~3500K Nachtmodus)
- F7: hyprshade toggle (blue-light-filter.glsl)
- windowrules float+center für hyprlauncher und hyprpwcenter
- shortcuts.md neu erstellt (war nur in hypr.bak vorhanden)
- hypridle.conf ins Repo aufgenommen
- packages.txt aktualisiert
2026-04-23 20:13:56 +02:00

20 lines
468 B
Plaintext

general {
lock_cmd = pidof hyprlock || hyprlock
before_sleep_cmd = loginctl lock-session
after_sleep_cmd = hyprctl dispatch dpms on
ignore_dbus_inhibit = false
}
# Bildschirm sperren nach 5 Minuten Inaktivität
listener {
timeout = 300
on-timeout = loginctl lock-session
}
# Bildschirm ausschalten nach 10 Minuten Inaktivität
listener {
timeout = 600
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}