[darwin] Configure AutoRaise

Add delays. This works way better with accordion views where the cursor
is often hovering right around window boundaries
This commit is contained in:
2025-10-16 15:29:41 -07:00
parent 81a3657759
commit 4b68e3f051

View File

@@ -23,7 +23,12 @@ in
launchd.agents.autoraise = { launchd.agents.autoraise = {
enable = true; enable = true;
config = { config = {
ProgramArguments = [ "${pkgs.autoraise}/bin/AutoRaise" ]; ProgramArguments = [
"${pkgs.autoraise}/bin/AutoRaise"
"-pollMillis" "50"
"-delay" "2"
"-focusDelay" "2"
];
RunAtLoad = true; RunAtLoad = true;
KeepAlive = true; KeepAlive = true;
}; };