Created
October 11, 2025 19:10
-
-
Save fredgrott/8ef230660cb789050c5cc8ce38b6307f to your computer and use it in GitHub Desktop.
terminal commands to turn off Liquid Glass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write -g com.apple.SwiftUI.DisableSolarium -bool YES | |
defaults write com.apple.finder com.apple.SwiftUI.DisableSolarium -bool YES | |
defaults write com.apple.Preview com.apple.SwiftUI.DisableSolarium -bool YES | |
then restart or do these commands | |
killall finder | |
killall Preview |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment