You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find the way to set this in System Prefs, Dock & Menu Bar (I'm beta testing Ventura so System Settings is kinda different but it existed in prior versions of Mac OS X, now it's Desktop & Dock)
The text was updated successfully, but these errors were encountered:
Has anyone found a good way to apply these commands? I found that sudo killall -KILL WindowServer technically works, but that just triggers a logout. It would be cool to find a way to refresh this without a logout.
Edit: I'll also add what hasn't worked for me: sudo killall -KILL Finder sudo killall -KILL Dock sudo killall -KILL SystemUIServer
defaults
command existsdefaults write NSGlobalDomain _HIHideMenuBar -bool true
defaults write NSGlobalDomain AppleMenuBarVisibleInFullscreen -bool true
The text was updated successfully, but these errors were encountered: