Crazor / MenuBarHider

Small SIMBL plugin to auto-hide Mac OS X's menu bar
http://github.com/Crazor/MenuBarHider
49 stars 3 forks source link

Per Application setting? #8

Open Jazoray opened 9 years ago

Jazoray commented 9 years ago

is it possible to auto hide menu bar for specific Apps only and set the default to not hide?

windelicato commented 9 years ago

In Info.plist:

        <key>SIMBLTargetApplications</key>
        <array>
                <dict>
                        <key>BundleIdentifier</key>
                        <string>org.macosforge.xquartz.X11</string>
                </dict>
        </array>