sbmpost / AutoRaise

AutoRaise (and focus) a window when hovering over it with the mouse
GNU General Public License v3.0
1.42k stars 60 forks source link

focus and autoraise certain apps only. #187

Closed jakecodev closed 6 months ago

jakecodev commented 6 months ago

Thank you so much for making this app, it saves tons of useless clicks!

Currently, I am using AutoRaise to focus and raise Chrome and VSCode only. However, they block other apps if I accidently move the cursor out of those apps, I notice I can set "ignore apps" or set "focus app" by finding and typing apps' bundle ids one by one, which resulting in a long list and takes a lot extra setting time for so many other apps. When more apps are added in the future, people have to add them again and again.

I was still wondering how to ignore all other apps(except Chrome, VSCode), maybe with a regex setting? Are you planning to add it in the furure? :) Thank you very much.

jakecodev commented 6 months ago

looks similar to https://github.com/sbmpost/AutoRaise/issues/176

sbmpost commented 6 months ago

@fullstackneo Yes it is similar to #176. You can do a +1 over there. It is on my list of things to do. Meanwhile you can invert the ignore list yourself simply by adding an exclamation mark, !, at line 1007 in front of the [ symbol and recompiling. You won't have the UI, but at least something workable until this is implemented.

jakecodev commented 6 months ago

Awesome. Thank you very much :)