Native fix for applications hiding under the MacBook Pro notch

This commit is contained in:
Oliver Ladner 2024-02-12 16:19:49 +01:00
commit dfaec5b747

View file

@ -44,3 +44,12 @@ defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
# Then reload the GUI
killall SystemUIServer
```
### Reduce menubar whitespace so more symbols go besides the notch
Allows values between 0-6. Needs a logout afterwards
```bash
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 6
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6
```