chore(mac): add more default settings

This commit is contained in:
Stefan Imhoff
2024-08-12 10:10:58 +02:00
parent d2b8b63562
commit dc8bfe00a7

View File

@@ -144,6 +144,9 @@ defaults write com.apple.dock launchanim -bool false
# Speed up Mission Control animations
defaults write com.apple.dock expose-animation-duration -float 0.1
# Group windows by application in Mission Control
defaults write com.apple.dock "expose-group-apps" -bool "true"
# Dont automatically rearrange Spaces based on most recent use
defaults write com.apple.dock mru-spaces -bool false
@@ -153,6 +156,9 @@ defaults write com.apple.dock autohide-delay -float 0
# Remove the animation when hiding/showing the Dock
defaults write com.apple.dock autohide-time-modifier -float 0
# Disable Display have separate Spaces
defaults write com.apple.spaces "spans-displays" -bool "true"
# Automatically hide and show the Dock
defaults write com.apple.dock autohide -bool true
@@ -208,6 +214,9 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightC
defaults -currentHost write NSGlobalDomain com.apple.trackpad.trackpadCornerClickBehavior -int 1
defaults -currentHost write NSGlobalDomain com.apple.trackpad.enableSecondaryClick -bool true
# Move windows by dragging any part of the window (ctrl + cmd)
defaults write -g NSWindowShouldDragOnGesture YES
for app in "Dock" \
"Finder" \
"Messages" \