mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-03-21 23:19:22 +01:00
15 lines
228 B
Text
15 lines
228 B
Text
|
|
general {
|
||
|
|
lock_cmd = pidof hyprlock || hyprlock
|
||
|
|
}
|
||
|
|
|
||
|
|
listener {
|
||
|
|
timeout = 300
|
||
|
|
on-timeout = hyprlock
|
||
|
|
}
|
||
|
|
|
||
|
|
listener {
|
||
|
|
timeout = 600
|
||
|
|
on-timeout = hyprctl dispatch dpms off
|
||
|
|
on-resume = hyprctl dispatch dpms on
|
||
|
|
}
|