Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created October 11, 2025 19:10
Show Gist options
  • Save fredgrott/8ef230660cb789050c5cc8ce38b6307f to your computer and use it in GitHub Desktop.
Save fredgrott/8ef230660cb789050c5cc8ce38b6307f to your computer and use it in GitHub Desktop.
terminal commands to turn off Liquid Glass
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