Customize for db123: replace configs, adapt installer for dual-GPU/Catppuccin/awww

This commit is contained in:
2026-06-07 23:02:09 +03:30
parent ff25b19b6c
commit b8890f7c5e
21 changed files with 865 additions and 371 deletions

View File

@@ -11,17 +11,18 @@ listener {
}
listener {
timeout = 120 # 2min
timeout = 2400 # 30min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
listener {
timeout = 300 # 5min
timeout = 3600 # 1h
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}
listener {
timeout = 900 # 30min
on-timeout = systemctl suspend # suspend pc
}
# user modified manually
#listener {
# timeout = 2400 # 30min
# on-timeout = systemctl suspend # suspend pc
#}