17 lines
258 B
Plaintext
17 lines
258 B
Plaintext
|
general {
|
||
|
after_sleep_cmd=hyprctl dispatch dpms on
|
||
|
ignore_dbus_inhibit=false
|
||
|
lock_cmd=hyprlock
|
||
|
}
|
||
|
|
||
|
listener {
|
||
|
on-timeout=hyprlock
|
||
|
timeout=900
|
||
|
}
|
||
|
|
||
|
listener {
|
||
|
on-resume=hyprctl dispatch dpms on
|
||
|
on-timeout=hyprctl dispatch dpms off
|
||
|
timeout=1200
|
||
|
}
|