mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 21:06:23 +10:00
Always show scrollbars.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user