fix hyprlock, hypridle & monitor management

This commit is contained in:
2026-08-25 15:14:32 +02:00
parent 7c12c032ac
commit 9db0b4dac0
39 changed files with 923 additions and 142 deletions

View File

@@ -2,9 +2,8 @@ general {
lock_cmd = pidof hyprlock || hyprlock # Commande de verrouillage
unlock_cmd = pkill -x hyprlock # Commande de déverrouillage
before_sleep_cmd = loginctl lock-session # Avant la mise en veille
after_sleep_cmd = hyprctl dispatch dpms on && ./home/lucas/scripts/restart-external-screen # Après réveil
ignore_dbus_inhibit = false # Respecte les inhibiteurs DBus
no_fade_in = true
after_sleep_cmd = hyprctl dispatch dpms on
ignore_dbus_inhibit = false # Respecte les inhibiteurs DBus
}
listener {
@@ -16,8 +15,3 @@ listener {
timeout = 900 # 15 minutes d'inactivité
on-timeout = systemctl suspend # Met en veille
}
animations {
animation = fadeIn, 0
animation = fadeOut, 0
}