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 /README.md | |
parent | 35506b44adf9176062f2cc51bcfd54ac79246744 (diff) | |
parent | 3cd91894ec91a0de7aa71d62949ba3381e600afd (diff) |
Merge pull request #69 from YusufAktepe/master
Updated st to 0.8.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,7 +18,7 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat + Alt-PageUp and Alt-PageDown will do the same. + Vertcenter + Scrollback -+ updated to latest version 0.8.1 ++ updated to latest version 0.8.2 The following additional bindings were added before I forked this: @@ -51,12 +51,12 @@ For example, you can define your desired fonts, transparency or colors: ``` *.font: Liberation Mono:pixelsize=12:antialias=true:autohint=true; -*.alpha: 150 +*.alpha: 0.9 *.color0: #111 ... ``` -The `alpha` value (for transparency) goes from `0` (transparent) to `255` +The `alpha` value (for transparency) goes from `0` (transparent) to `1` (opaque). ### Colors |