From 4c344527698fd0424ad025e0e61ed5b311045b39 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sun, 26 Sep 2021 07:33:45 +0530 Subject: [PATCH] fix : improve readme --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2009d9b525b5f214c285f471515cf022fb1b26b3..2d829e1fdf102fdafeed83f51910bf93a4245dde 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,19 @@ # st (Suckless Terminal) -This is a custom suckless st build and I've added some additional patches like newterm , rightclick paste , desktop entry ,sixel, live-reload xresources , dynamic cursor etc!. - ## Patches: - alpha - Ligatures -- sixel +- sixel (check sixel branch) - scrollback - Clipboard - Alpha(Transparency) - Boxdraw -- w3m - patch_column ( doesnt cut text while resizing) - font2 - right click paste - st desktop entry - newterm -- anysize - anygeometry - xresources - sync patch ( Better draw timing to reduce flicker/tearing and improve animation smoothness ) @@ -25,6 +21,10 @@ This is a custom suckless st build and I've added some additional patches like n and more...
+## Fonts + +- Install JetbrainsMono Mono Nerd Font or any nerd font from [here](https://www.nerdfonts.com/font-downloads) + ## How to apply Xresources and live-reload ? ``` @@ -44,17 +44,14 @@ command : use Xresourcesfile && load ## Dependencies :
- ``` #void (most of these are already installed on arch distros) xbps-install libXft-devel libX11-devel harfbuzz-devel libXext-devel libXrender-devel libXinerama-devel - #Debian (and ubuntu probably) apt install build-essential libxft-dev libharfbuzz-dev - # Install font-symbola too ``` @@ -63,6 +60,8 @@ apt install build-essential libxft-dev libharfbuzz-dev `cd st (this repo) `
`sudo make install `
+(note : dont forget do run the xrdb merge xresourcesfile command , put that in your wm's autostart or such) + ## other ST builds
1. Default ST (main branch) @@ -78,6 +77,7 @@ apt install build-essential libxft-dev libharfbuzz-dev



+( note : This benchmark was done on my low end machine which has a pentium cpu so the results might vary ) ## Default Keybindings
@@ -101,9 +101,9 @@ you can change all of these in config.h ## Themes/Fonts used -ls-icons: https://github.com/Yash-Handa/logo-ls
-Xresources: onedark ( just xrdb merge xresourcesfile , do this everytime you make any change to xresources file ) from this repo itself.
-Font: JetbrainsMono Nerd Font + material design icon fonts +- ls-icons: https://github.com/Yash-Handa/logo-ls
+- Xresources: onedark ( just xrdb merge xresourcesfile , do this everytime you make any change to xresources file ) from this repo itself.
+- Font: JetbrainsMono Nerd Font + material design icon fonts a lil video demo to show zoom/alpha changing via keybinds