w0lfschild / zestyWin

:open_file_folder: MacForge plugin to add Vibrancy to application windows on macOS
https://www.macenhance.com/mflink?macforge://github.com/w0lfschild/myRepo/raw/master/mytweaks/org.w0lf.zestyWin
19 stars 2 forks source link

README blacklist contains error #6

Open WorkInProgress-Development opened 4 years ago

WorkInProgress-Development commented 4 years ago

Hello! Just reporting that the README list the way of blacklisting in terminal being defaults write org.w0lf.zestyWin $(osascript -e 'id of app "Application Name"') 0 , while in practice the plist value should be 1 (I just read the org.w0lf.zestyWin plist to figure this out, and have tested this.) (i.e. defaults write org.w0lf.zestyWin $(osascript -e 'id of app "Application Name"') 1)

Not sure whether this project is still being worked on, so not making a PR unless requested. Thanks for some amazing software!