sbmpost / AutoRaise

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

Spaces are removed from config file, affecting ignoreApps option #121

Closed jimparis closed 1 year ago

jimparis commented 1 year ago

Spaces are intentionally removed from the configuration file: https://github.com/sbmpost/AutoRaise/blob/45b0ce09ee010b6b0809298de741837a2f233baa/AutoRaise.mm#L720-L721 but this breaks specifying ignored apps with spaces in their names, e.g.:

ignoreApps=Android Studio,IntelliJ IDEA

For that use case, I have to resort to command-line arguments.

sbmpost commented 1 year ago

@jimparis Thanks for reporting! I think this is indeed an oversight which deserves a fix

sbmpost commented 1 year ago

@jimparis

This should have been fixed in branch: fix-collected-issues

It might take some time before going to master but at least we have a fix ;-)