disable background transparency in iTerm2

This commit is contained in:
Roman Perepelitsa 2020-06-28 11:11:27 +02:00
parent db6f909958
commit a88e11f54b
1 changed files with 14 additions and 13 deletions

View File

@ -532,6 +532,7 @@ function install_font() {
'"Use Non-ASCII Font"' bool 0 '"Use Non-ASCII Font"' bool 0
'"Ambiguous Double Width"' bool 0 '"Ambiguous Double Width"' bool 0
'"Draw Powerline Glyphs"' bool 1 '"Draw Powerline Glyphs"' bool 1
'"Only The Default BG Color Uses Transparency"' bool 1
) )
for k t v in $settings; do for k t v in $settings; do
/usr/libexec/PlistBuddy -c "Set :\"New Bookmarks\":0:$k $v" \ /usr/libexec/PlistBuddy -c "Set :\"New Bookmarks\":0:$k $v" \