1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00
home-manager/tests/modules/services/hypridle/hypridle.conf
Austin Horstman 2ebe41b47e
hypridle: add test
Adding the tests for the hypridle service module.
2024-05-01 08:01:33 -05: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
}