added everythig

This commit is contained in:
liph22
2025-12-19 23:40:16 +01:00
parent 438be2a491
commit 3a741ac23c
148 changed files with 12034 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
general {
lock_cmd = pidof hyprlock || hyprlock
before_sleep_cmd = loginctl lock-session
after_sleep_cmd = hyprctl dispatch dpms on
}
# locks screen after 5min
listener {
timeout = 300
on-timeout = loginctl lock-session
}
# turn of screen after 10min
listener {
timeout = 600
on-timeout = hyptrctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}
# turns of pc after 60min of non use
listener {
timeout = 3600
on-timeout = systemctl suspend
}