MenuBarHider
MenuBarHider copied to clipboard
Per Application setting?
is it possible to auto hide menu bar for specific Apps only and set the default to not hide?
In Info.plist:
<key>SIMBLTargetApplications</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>org.macosforge.xquartz.X11</string>
</dict>
</array>