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