diff --git a/lib/macos.sh b/lib/macos.sh index cf3ba69..0693376 100755 --- a/lib/macos.sh +++ b/lib/macos.sh @@ -594,6 +594,13 @@ defaults write com.google.Chrome.canary PMPrintingExpandedStateForPrint2 -bool t defaults write com.operasoftware.Opera PMPrintingExpandedStateForPrint2 -boolean true defaults write com.operasoftware.OperaDeveloper PMPrintingExpandedStateForPrint2 -boolean true +############################################################################### +# Vim/MacVim # +############################################################################### + +# Make the title bar transparent (we get the colorscheme background colour) +defaults write org.vim.MacVim MMTitlebarAppearsTransparent true + ############################################################################### # Kill affected applications # ###############################################################################