MenuBarHider icon indicating copy to clipboard operation
MenuBarHider copied to clipboard

Per Application setting?

Open Jazoray opened this issue 11 years ago • 1 comments

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

Jazoray avatar Dec 24 '14 12:12 Jazoray

In Info.plist:

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

windelicato avatar Jan 07 '15 19:01 windelicato