update to latest files

This commit is contained in:
2025-10-17 13:23:41 -07:00
parent 7cadf88d89
commit 926232e3cd
4 changed files with 23 additions and 6 deletions

View File

@@ -24,12 +24,12 @@ listener {
}
listener {
timeout = 300 # 5min
timeout = 600 # 5min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
listener {
timeout = 330 # 5.5min
timeout = 630 # 5.5min
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.
}