refactor overlays

This commit is contained in:
iofq 2026-02-21 20:45:27 -06:00
parent 8694c7d81f
commit 802074f233
9 changed files with 119 additions and 124 deletions

View file

@ -179,12 +179,8 @@
};
listener = [
{
timeout = 900;
on-timeout = "hyprlock";
}
{
timeout = 1200;
on-timeout = "hyprctl dispatch dpms off";
timeout = 1500;
on-timeout = "hyprlock; hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on";
}
];