
# Finder: disable window animations and Get Info animationsĭefaults write DisableAllAnimations -bool true # Finder: allow quitting via ⌘ + Q doing so will also hide desktop iconsĭefaults write QuitMenuItem -bool true Sudo defaults write /Library/Preferences/ DisplayResolutionEnabled -bool true

# Enable HiDPI display modes (requires restart) # Enable subpixel font rendering on non-Apple LCDsĭefaults write NSGlobalDomain AppleFontSmoothing -int 2 # Save screenshots in PNG format (other options: BMP, GIF, JPG, PDF, TIFF)ĭefaults write type -string "png"ĭefaults write disable-shadow -bool true
#Lion tweaks zip password#
# Require password immediately after sleep or screen saver beginsĭefaults write askForPassword -int 1ĭefaults write askForPasswordDelay -int 0ĭefaults write location -string "$HOME/Desktop" # Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` withĭefaults write NSGlobalDomain AppleLanguages -array "en" "nl"ĭefaults write NSGlobalDomain AppleLocale -string write NSGlobalDomain AppleMeasurementUnits -string "Centimeters"ĭefaults write NSGlobalDomain AppleMetricUnits -bool trueĭefaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false # Set a blazingly fast keyboard repeat rateĭefaults write NSGlobalDomain KeyRepeat -int 0 # Disable press-and-hold for keys in favor of key repeatĭefaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
#Lion tweaks zip full#
# Enable full keyboard access for all controlsĭefaults write NSGlobalDomain AppleKeyboardUIMode -int 3
#Lion tweaks zip Bluetooth#
# Increase sound quality for Bluetooth headphones/headsetsĭefaults write "Apple Bitpool Min (editable)" -int 40 # Disable “natural” (Lion-style) scrollingĭefaults write NSGlobalDomain -bool false # Trackpad: swipe between pages with three fingersĭefaults write NSGlobalDomain AppleEnableSwipeNavigateWithScrolls -bool trueĭefaults -currentHost write NSGlobalDomain -int 1ĭefaults write .trackpad TrackpadThreeFingerHorizSwipeGesture -int 1 # Trackpad: map bottom right corner to right-clickĭefaults write .trackpad TrackpadCornerSecondar圜lick -int 2ĭefaults write .trackpad TrackpadRightClick -bool trueĭefaults -currentHost write NSGlobalDomain -int 1ĭefaults -currentHost write NSGlobalDomain 圜lick -bool true # Trackpad: enable tap to click for this user and for the login screenĭefaults write .trackpad Clicking -bool trueĭefaults -currentHost write NSGlobalDomain -int 1ĭefaults write NSGlobalDomain -int 1 # Trackpad, mouse, keyboard, Bluetooth accessories, and input # # Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :( # Fix for the ancient UTF-8 bug in QuickLook () # Disable automatic termination of inactive appsĭefaults write NSGlobalDomain NSDisableAutomaticTermination -bool true

`cd /tmp unidecode "\x" > cc.txt open -e cc.txt`ĭefaults write NSGlobalDomain NSTextShowsControlCharacters -bool trueĭefaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false # Display ASCII control characters using caret notation in standard text views

# Disable the “Are you sure you want to open this application?” dialogĭefaults write LSQuarantine -bool false # Increase window resize speed for Cocoa applicationsĭefaults write NSGlobalDomain NSWindowResizeTime -float 0.001ĭefaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool trueĭefaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true # Disable opening and closing window animationsĭefaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false #defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false
#Lion tweaks zip mac#
# (Uncomment if you’re on an older Mac that messes up the animation) # Menu bar: hide the useless Time Machine and Volume iconsĭefaults write menuExtras -array "/System/Library/CoreServices/Menu Extras/nu" "/System/Library/CoreServices/Menu Extras/nu" "/System/Library/CoreServices/Menu Extras/nu" "/System/Library/CoreServices/Menu Extras/nu"ĭefaults write NSGlobalDomain AppleShowScrollBars -string "Always" # Menu bar: show remaining battery time (on pre-10.8) hide percentageĭefaults write ShowPercent -string "NO"ĭefaults write ShowTime -string "YES" Scutil -set LocalHostName "MathBook-Pro"ĭefaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false # Set computer name (as done via System Preferences → Sharing)
