This commit is contained in:
2025-08-13 21:46:48 +02:00
commit c3e2e6509b
818 changed files with 54187 additions and 0 deletions

24
hypr/hypridle.conf Normal file
View File

@@ -0,0 +1,24 @@
$lock_cmd = pidof hyprlock || hyprlock
$suspend_cmd = systemctl suspend || loginctl suspend
general {
lock_cmd = $lock_cmd
before_sleep_cmd = $lock_cmd
after_sleep_cmd = hyprctl dispatch dpms on
}
listener {
timeout = 600 # 10 min
on-timeout = loginctl lock-session
}
# listener {
# timeout = 900 # 15 min
# on-timeout = hyprctl dispatch dpms off
# on-resume = hyprctl dispatch dpms on
# }
# listener {
# timeout = 1800 # 30 min
# on-timeout = $suspend_cmd
# }