Guest User

Untitled

a guest
Jan 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # Enable tabbing to everything
  2. defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
  3.  
  4. # 2D Dock
  5. defaults write com.apple.dock no-glass -bool true
  6.  
  7. # Always expand save dialog
  8. defaults write -g NSNavPanelExpandedStateForSaveMode -bool true
  9.  
  10. # Don't hide ~/Library folder
  11. chflags nohidden ~/Library
  12.  
  13. # Turn off menu bar transparency
  14. defaults write -g AppleEnableMenuBarTransparency -bool false
Add Comment
Please, Sign In to add comment