hypridle dbus
This commit is contained in:
parent
2c2b3aa6a3
commit
084b223fc0
|
@ -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";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue