no screen lock after idle timeout
This commit is contained in:
parent
9ab3861384
commit
627a799932
@ -17,10 +17,10 @@ listener {
|
|||||||
on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
|
on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
#listener {
|
||||||
timeout = 300 # 5min
|
# timeout = 300 # 5min
|
||||||
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
# on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||||
}
|
#}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 330 # 5.5min
|
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.
|
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected after timeout has fired.
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
#listener {
|
||||||
timeout = 1800 # 30min
|
# timeout = 1800 # 30min
|
||||||
on-timeout = systemctl suspend # suspend pc
|
# on-timeout = systemctl suspend # suspend pc
|
||||||
}
|
#}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user