1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-02 11:28:32 +02:00
home-manager/tests/modules/services/hypridle/hypridle.conf
2024-05-05 11:13:18 +02:00

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
}