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:
parent
39a127e98d
commit
9e812d80b2
@ -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.Opera PMPrintingExpandedStateForPrint2 -boolean true
|
||||||
defaults write com.operasoftware.OperaDeveloper 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 #
|
# Kill affected applications #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user