feat(macos.sh): add window corner radius
This commit is contained in:
+5
-1
@@ -30,8 +30,12 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool
|
||||
defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerDrag -bool true
|
||||
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeFingerDrag -bool true
|
||||
|
||||
# Window corners
|
||||
defaults write -g NSConvolutionOverride1 -float 8
|
||||
defaults write -g NSSplitViewItemGlassMinimumCornerRadius -float 8
|
||||
|
||||
echo "Restarting affected services..."
|
||||
killall Dock
|
||||
killall Finder
|
||||
|
||||
echo "Configuration complete! Some changes may require a logout/login to take effect."
|
||||
echo "Configuration complete! Some changes may require a logout/login to take effect."
|
||||
|
||||
Reference in New Issue
Block a user