- Designed for 11.0+
- MEMiniMe is a MacForge Plugin that makes all window toolbars compact on Big Sur
- Author: MacEnhance
- Windows that use system drawn toolbar will be set to use
NSWindowToolbarStyleUnifiedCompact
- Note that this doesn't affect custom drawn titlebars / toolbars
- To add an app the blacklist
- Find the bundle ID of the application you want to blacklist. EG:
com.googlecode.iterm2
- Open
/System/Applications/Utilities/Terminal.app
- Enter the command
defaults write com.googlecode.iterm2 MEMiniMeBlacklist -bool true
- Restart the application
- To remove an app, replace
true
withfalse