fix(hyprland): only turn off the monitor once in hypridle
This commit is contained in:
parent
e81fa77a18
commit
746e2793b0
1 changed files with 1 additions and 5 deletions
|
@ -43,12 +43,8 @@ in
|
||||||
# Enable hypridle
|
# Enable hypridle
|
||||||
services.hypridle = lib.mkIf cfg.hypridle.enable {
|
services.hypridle = lib.mkIf cfg.hypridle.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
|
||||||
general = {
|
|
||||||
after_sleep_cmd = "hyprctl dispatch dpms on";
|
|
||||||
ignore_dbus_inhibit = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
settings = {
|
||||||
listener = [
|
listener = [
|
||||||
{
|
{
|
||||||
timeout = 180;
|
timeout = 180;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue