diff --git a/.osx b/.osx index fb9e9c5..5e862d6 100755 --- a/.osx +++ b/.osx @@ -10,6 +10,9 @@ defaults write com.apple.dock showhidden -bool true # Disable menu bar transparency defaults write -g AppleEnableMenuBarTransparency -bool false +# Always show scrollbars +defaults write NSGlobalDomain AppleShowScrollBars -string "Always" + # Expand save panel by default defaults write -g NSNavPanelExpandedStateForSaveMode -bool true