Customize for db123: replace configs, adapt installer for dual-GPU/Catppuccin/awww
This commit is contained in:
@@ -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
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user