1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Set MacVim title bar to transparent

This commit is contained in:
Daniel Barber 2019-06-17 17:17:03 -04:00 committed by Daniel Barber
parent 39a127e98d
commit 9e812d80b2

View File

@ -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 #
###############################################################################