Skip to content

Instantly share code, notes, and snippets.

@uraimo
Last active October 9, 2023 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uraimo/91714e3d13ae8dcea5f5fb7776441093 to your computer and use it in GitHub Desktop.
Save uraimo/91714e3d13ae8dcea5f5fb7776441093 to your computer and use it in GitHub Desktop.
Force disable the menubar or dock appearing when in full screen in MacOS... need this for Sonoma on some applications

This needs to be done on a per-application basis.

Select the application, show package content, edit the plist.info and add:

  ...
  <dict>
  ...
  ...
  <key>LSUIPresentationMode</key>
  <integer>3</integer>
  </dict>
  ...

Done, start the application and switch to fullscreen, nothing should appear now when you move to the top or the bottom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment