From 3cd91894ec91a0de7aa71d62949ba3381e600afd Mon Sep 17 00:00:00 2001 From: yusufaktepe Date: Wed, 8 May 2019 04:05:57 +0300 Subject: Updated st to 0.8.2 Updated to latest git (20190414.f1546cf) & updated patches. Changes: . Upstream fixes. . Alpha: Opacity value is now typed in float (0-1). Also "-A" cmd option added as alternative opacity changing method. . Clipboard: middle click pastes from clipboard. . Organized shortcuts. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0c9b374..b1ddc09 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3