hypridle dbus

This commit is contained in:
joygnu 2024-08-10 13:50:10 +02:00
parent c61f4165e5
commit a0cdf88e2e

View file

@ -3,13 +3,18 @@
services.hypridle = { services.hypridle = {
enable = true; enable = true;
settings = { settings = {
listener = [ general = [
{ {
timeout = 300; ignore_dbus_inhibit = false;
on-timeout = "hyprctl dispatch dpms off"; }
on-resume = "hyprctl dispatch dpms on"; ];
} listener = [
]; {
}; timeout = 300;
on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on";
}
];
};
}; };
} }