[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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user