mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
15 lines
257 B
Django/Jinja
15 lines
257 B
Django/Jinja
general {
|
|
lock_cmd = pidof hyprlock || hyprlock
|
|
before_sleep_cmd = hyprlock & disown && systemctl suspend
|
|
}
|
|
|
|
listener {
|
|
timeout = 300
|
|
on-timeout = hyprlock
|
|
}
|
|
|
|
listener {
|
|
timeout = 600
|
|
on-timeout = systemctl suspend
|
|
}
|