beeg beeg one

This commit is contained in:
2026-02-22 08:57:47 -08:00
parent f6e4a4e209
commit 8e1b0376c5
31 changed files with 134 additions and 63 deletions

View File

@@ -0,0 +1,23 @@
# ~/.config/hypr/hypridle.conf
general {
before_sleep_cmd = hyprlock
after_sleep_cmd = hyprctl dispatch dpms on
}
listener {
timeout = 600 # 10 minutes
on-timeout = hyprlock
on-resume = hyprctl dispatch dpms on
}
listener {
timeout = 900 # 15 minutes
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}
listener {
timeout = 7200 # 2 hours
on-timeout = hyprlock & disown && systemctl suspend
}