18 lines
288 B
Text
18 lines
288 B
Text
|
general {
|
||
|
lock_cmd = hyprlock
|
||
|
before_sleep_cmd = hyprlock
|
||
|
}
|
||
|
|
||
|
# Lock after 5min
|
||
|
listener {
|
||
|
timeout = 300
|
||
|
on-timeout = hyprlock
|
||
|
}
|
||
|
|
||
|
# Turn of screen after 6min
|
||
|
listener {
|
||
|
timeout = 360
|
||
|
on-timeout = hyprctl dispatch dpms off
|
||
|
on-resume = hyprctl dispatch dpms on
|
||
|
}
|