From de2fdafeb995f561a859c680ca1bb3e49b70f93f Mon Sep 17 00:00:00 2001 From: siduck76 Date: Mon, 26 Apr 2021 13:37:15 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7445f65e0b58ab4da2b5392065b3e25d07eb98..9872bd585b03f8d4be3f9e198247f57b4ea02136 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # st (Simple Terminal) -My custom terminal build based on (lukesmith's build only for ligatures ) with some additional patches like newterm , rightclick paste , desktop entry ,sixel, live-reload xresources , anygeometry etc!. +This is a custom suckless st build (credits to lukesmith's build for ligatures patch) and I've added some additional patches like newterm , rightclick paste , desktop entry ,sixel, live-reload xresources etc!. ## Patches: +- alpha - Ligatures +- sixel +- scrollback - Clipboard - Alpha(Transparency) - Boxdraw @@ -15,6 +18,7 @@ My custom terminal build based on (lukesmith's build only for ligatures ) with s - newterm - anysize - anygeometry +- xresources - live reload ( change colors/fonts on the fly ) and more...