diff --git a/home/home-darwin-work.nix b/home/home-darwin-work.nix index 6ca883b..95aed6f 100644 --- a/home/home-darwin-work.nix +++ b/home/home-darwin-work.nix @@ -23,7 +23,12 @@ in launchd.agents.autoraise = { enable = true; config = { - ProgramArguments = [ "${pkgs.autoraise}/bin/AutoRaise" ]; + ProgramArguments = [ + "${pkgs.autoraise}/bin/AutoRaise" + "-pollMillis" "50" + "-delay" "2" + "-focusDelay" "2" + ]; RunAtLoad = true; KeepAlive = true; };