no screen lock after idle timeout

This commit is contained in:
Alexander Bell 2025-05-18 22:08:03 +02:00
parent 9ab3861384
commit 627a799932

View File

@ -17,10 +17,10 @@ listener {
on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
}
listener {
timeout = 300 # 5min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
#listener {
# timeout = 300 # 5min
# on-timeout = loginctl lock-session # lock screen when timeout has passed
#}
listener {
timeout = 330 # 5.5min
@ -28,7 +28,7 @@ listener {
on-resume = hyprctl dispatch dpms on && brightnessctl -r # 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
#}