← Back to list

Modify window appearance in macOS Tahoe

If you dislike the new Finder and window appearance in macOS Tahoe, you can revert to the Sequoia UI using the following commands.

La Clementine · 2026-07-03 12:14 · 14 claps · 0.5 min read
#macos #tahoe #ui #terminal #script
Open on Medium ↗
Wiki topics: 🥊 · Combat Sports

Modify window appearance in macOS Tahoe

If you dislike the new Finder and window appearance in macOS Tahoe, you can revert to the Sequoia UI using the following commands. This will disable the floating sidebar and decrease the corner radius :

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

For square corners :

defaults write -g NSConvolutionOverride1 -float 1
killall Finder

To revert all back :

defaults delete -g NSSplitViewItemSidebarDefaultsToFloatingAppearance
defaults delete -g NSConvolutionOverride1
killall Finder


메타데이터
post_id
ccaa7d39468a
slug
modify-window-appearance-in-macos-tahoe-ccaa7d39468a
url
https://medium.com/@laclementine/modify-window-appearance-in-macos-tahoe-ccaa7d39468a
canonical_url
https://medium.com/@laclementine/modify-window-appearance-in-macos-tahoe-ccaa7d39468a
author_url
https://medium.com/@laclementine
status
ok
fetched_at
2026-07-07 02:51:59