Native fix for applications hiding under the MacBook Pro notch
This commit is contained in:
parent
2f2a9657c2
commit
dfaec5b747
1 changed files with 9 additions and 0 deletions
|
|
@ -44,3 +44,12 @@ defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
|
||||||
# Then reload the GUI
|
# Then reload the GUI
|
||||||
killall SystemUIServer
|
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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue