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 = {
enable = true;
settings = {
listener = [
{
timeout = 300;
on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on";
}
];
};
general = [
{
ignore_dbus_inhibit = false;
}
];
listener = [
{
timeout = 300;
on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on";
}
];
};
};
}