feat(all): desktop configuration split

differences: less aggressive power conservation, more detailed bar,
larger password input field
This commit is contained in:
2025-01-19 00:54:42 +01:00
parent cff7481286
commit 59217b3ec2
6 changed files with 90 additions and 19 deletions

View File

@@ -19,17 +19,17 @@ listener {
# }
listener {
timeout = 300 # 5min
timeout = 1800 # 30 min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
listener {
timeout = 330 # 5.5min
timeout = 1800 # 30 min
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 = 1800 # 30min
on-timeout = systemctl suspend # suspend pc
}
#listener {
# timeout = 1800 # 30min
# on-timeout = systemctl suspend # suspend pc
#}