Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

focusDelay option not available via CLI #221

Open
dilmcnulty opened this issue Sep 17, 2024 · 2 comments
Open

focusDelay option not available via CLI #221

dilmcnulty opened this issue Sep 17, 2024 · 2 comments

Comments

@dilmcnulty
Copy link

14" MacBook Pro w/ M1 Max
Sonoma 14.5

After installing AutoRaise, trying to set focusDelay via config file & CLI flags does not work. In fact, after starting the application via the CLI there is no focusDelay option available.

I really like having just focus delay and no raising for my setup. Is there any way to achieve these without a focusDelay? Is there a reason it was removed? I see it in the README instructions so I'm not sure why it is not available.

@dilmcnulty
Copy link
Author

dilmcnulty commented Sep 17, 2024

when executing via CLI

➜  AutoRaise-master autoraise

v5.3 by sbmpost(c) 2024, usage:

AutoRaise
  -pollMillis <20, 30, 40, 50, ...>
  -delay <0=no-raise, 1=no-delay, 2=50ms, 3=100ms, ...>
  -warpX <0.5> -warpY <0.5> -scale <2.0>
  -altTaskSwitcher <true|false>
  -ignoreSpaceChanged <true|false>
  -invertIgnoreApps <true|false>
  -ignoreApps "<App1,App2,...>"
  -ignoreTitles "<Regex1,Regex2,...>"
  -stayFocusedBundleIds "<Id1,Id2,...>"
  -disableKey <control|option|disabled>
  -mouseDelta <0.1>
  -verbose <true|false>```

@sbmpost
Copy link
Owner

sbmpost commented Sep 18, 2024

Try to compile with the EXPERIMENTAL_FOCUS_FIRST option. This has been documented in the README

make CXXFLAGS="-DOLD_ACTIVATION_METHOD -DEXPERIMENTAL_FOCUS_FIRST" && make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants