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

PotentPeas

macrumors 6502a
Original poster
I have to point to this thread in the Golden Gate subforum.


These terminal commands will disable the floating sidebar (first one) and set the window corner radius back to how it was in Sequoia (second one). To see the effect you have to close and relaunch your app after running the commands. (Log out and log back in to clean up "everything".)

defaults write -g NSSplitViewItemSidebarDefaultsToFloatingAppearance -bool false
defaults write -g NSConvolutionOverride1 -float 10

If you want to set things back to "default", use:

defaults delete -g NSSplitViewItemSidebarDefaultsToFloatingAppearance
defaults delete -g NSConvolutionOverride1

You can try different values for the window corner radius (second command). 26 is Tahoe's standard, 20 is Golden Gate's standard, 10 is for previous versions of macOS. You can set it smaller than 10, but some windows look a little weird in the corner if you do.

[Edit]
Disabling the floating sidebar seems to work in some apps (Finder, Calendar, Reminders, Notes) but not others (Weather, Maps, Find My, Books).
 
Last edited:
Sanity restored. Thank you!

1783114418536.png
 
... and in the same thread

defaults write -g NSMenuEnableActionImages -bool NO

Then re-start apps to remove the hit and miss icons in Tahoe menu bar items.
 
  • Love
Reactions: Cape Dave
This will only work on old school apps. Will not work on Catalyst apps etc.

The window corner radius change works on all apps, including Catalyst apps. I have not found one window that does not respect it.

The floating sidebar change may well not work on Catalyst apps (noted in OP that it doesn't work on all apps). Fortunately, Apple is rolling back the floating sidebar with Golden Gate.
 
Last edited:
  • Like
Reactions: Parowdy
Thanks for this fix! How does it work on macOS 27, now at beta 2 (or #3 soon)?
Works just as well on Golden Gate.

Setting the corner radius to 10 actually eliminates a lot of glitches where the scroll bar is slightly cut off in some apps, so that's what I'll use on macOS 27, too.
 
  • Like
Reactions: Parowdy and LeVan
Setting the window corner radius to 8-10 instantly makes the experience feel more polished and premium. Steve Jobs was definitely right about that. Thank you for sharing.
 
Google Chrome.

You are right. I tried it in an "unbranded Chromium" and that app still has a larger corner radius. …I don't typically use Chromium-based browsers so this one escaped my testing.

It is fine on Opera (the only other Chromium-based browser that I have installed).
 
Apparently these re-instate the defaults for Sequoia, though I prefer the second line to end with 15.

defaults write -g NSSplitViewItemSidebarDefaultsToFloatingAppearance -bool false

defaults write -g NSConvolutionOverride1 -float 10

killall Finder
 
You are right. I tried it in an "unbranded Chromium" and that app still has a larger corner radius. …I don't typically use Chromium-based browsers so this one escaped my testing.

It is fine on Opera (the only other Chromium-based browser that I have installed).
Yep, works on Safari and Firefox but not Brave browser.
 
Two things people miss with the NSConvolutionOverride1 trick: the killall Finder at the end only relaunches Finder, so every other app needs a full Cmd-Q and relaunch (not just close-window) to pick up the new global default. And Chromium/Electron apps like Brave, Slack, VS Code, and Discord draw their own window chrome — the global write literally can't reach them, same for a couple of Catalyst apps. That's why Brave still shows Tahoe corners no matter how many times you run the command. Unfortunate but there's no defaults-write workaround for apps that don't route through AppKit's window styling.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.