hypridle suspend

This commit is contained in:
joygnu 2024-08-10 20:49:27 +02:00
parent 1d1acfff16
commit bb9383fb0c

View file

@ -14,6 +14,11 @@
on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on";
}
{
timeout = 600;
on-timeout = "systemctl suspend";
on-resume = "hyprctl dispatch dpms on";
}
];
};
};