diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-05-07 21:53:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-07 21:53:37 -0400 |
commit | 140c6b0a3f56e689f85728548469402e928ade30 (patch) | |
tree | b20ec7e05d5970bdfc7c35bfbf9c89b7541b011b /.Xdefaults | |
parent | 35506b44adf9176062f2cc51bcfd54ac79246744 (diff) | |
parent | 3cd91894ec91a0de7aa71d62949ba3381e600afd (diff) |
Merge pull request #69 from YusufAktepe/master
Updated st to 0.8.2
Diffstat (limited to '.Xdefaults')
-rw-r--r-- | .Xdefaults | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,9 +1,12 @@ -!! Transparency (0-255): -st.alpha: 240 +!! Transparency (0-1): +st.alpha: 0.92 !! Set a default font and font size as below: st.font: Monospace-11; +! st.termname: st-256color +! st.borderpx: 2 + /* !! gruvbox: */ /* *.color0: #1d2021 */ /* *.color1: #cc241d */ |