mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
17 lines
258 B
Text
17 lines
258 B
Text
|
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
|
||
|
}
|