Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Troy2000

macrumors regular
Original poster
Oct 21, 2009
201
77
Greetings!

Everybody is no doubt aware that Big Sur's dreadful new in-line titlebars can be disabled by setting the global default via terminal.

Bash:
defaults write -g NSWindowSupportsAutomaticInlineTitle -bool false

But perhaps you simultaneously enjoy Finder's redesign and despise Safari's wasteful titlebar? What you may not realize is that in-line titlebars can be selectively disabled on a per-application basis.

Bash:
defaults write com.apple.Safari NSWindowSupportsAutomaticInlineTitle -bool false

Simply replace "com.apple.Safari" with the bundle ID of the desired application and it will make use of the classic titlebar. Depending upon the global default, applications can either be whitelisted or blacklisted.

1610160933197.png


Hopefully this will be of help to somebody. Thank you for reading!

Troy
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.