macOS 27 透明度恢复方案

原文:
https://www.reddit.com/r/MacOS/comments/1wir6oa/heres_how_to_bring_back_more_transparency_in

Softer scroll edge effect
For a softer scroll edge effect background, run:
defaults write -g MPV8 -bool false

Now any app you open that adopts the default scroll edge design will respect your change. You'll need to restart apps to see the effect, or reboot your Mac.
Remove with:
defaults delete -g MPV8

Transparent look
For an even more transparent look, you can disable the scroll edge effect completely:
defaults write -g NSScrollPocketEnabled -bool false

You'll need to restart apps to see the effect, or reboot your Mac.
Remove with:
defaults delete -g NSScrollPocketEnabled

App-specific overrides
If you don't want the same effect on every app, you can add local overrides:
defaults write com.apple.mail NSScrollPocketEnabled -bool false

And remove:
defaults delete com.apple.mail NSScrollPocketEnabled


合集 群组 恰饭 联系推广

#macOS #界面优化 #透明效果 #终端命令 #Apple