commit 1b371d92da0602c7aad49b23d70451bb16401a88
parent 9e85145fe9056c3ca61cc4707cdf0686f221544b
Author: siduck76 <siduckk76@protonmail.com>
Date: Thu, 31 Dec 2020 17:28:36 +0530
Merge pull request #1 from alok-cmd/main
Readme Changes
Diffstat:
| M | README.md | | | 48 | ++++++++++++++++++++++++++++-------------------- |
1 file changed, 28 insertions(+), 20 deletions(-)
diff --git a/README.md b/README.md
@@ -1,31 +1,39 @@
-# st
-my custom build of ST. DONT SKIP THE README , if want to have a similar setup<br><br>
-patches added for ligatures , clipboard , alpha ( transparency ) , boxdraw etc
+# st (Simple Terminal)
+My custom build of st.
-some screenshots of my st zoomed with ligatures etc
+## Patches:
+- Ligatures
+- Clipboard
+- Alpha(Transparency)
+- Boxdraw
+and more...
+<br>
+<b>DON'T SKIP THE README, if you want to have a similar setup.<br><br></b>
+## Screenshots:
<img src="https://raw.githubusercontent.com/siduck76/st/main/delete_this/bruh.png"> <br><br>
<img src="https://raw.githubusercontent.com/siduck76/st/main/delete_this/two7-00.png"> <br><br>
<img src="https://raw.githubusercontent.com/siduck76/st/main/delete_this/ithree0-36-43.png"> <br><br>
-<img src="https://github.com/siduck76/st/blob/main/delete_this/u.png"> <br><br>
-
-# Install <br>
-cd st & make && sudo make install <br>
+<img src="https://github.com/siduck76/st/blob/main/delete_this/u.png"> <br><hr>
-# some keybinds<br>
-ctrl + shift + c for copy <br>
-ctrl + shift + v for paste <br>
-alt + comma for zoom in <br>
-alt + . for zoom out <br>
-alt + g for resetting zoom <br>
-alt + s to increase transparency <br>
-alt + a to decrease transparency <br>
+## Install <br>
+`cd st & make && sudo make install `<br>
+## Keybindings<br>
+<pre>
+ctrl + shift + c Copy <br>
+ctrl + shift + v Paste <br>
+alt + comma Zoom in <br>
+alt + . Zoom out <br>
+alt + g Reset Zoom<br>
+alt + s Increase Transparency<br>
+alt + a Decrease Transparency <br>
+</pre>
you can change all of these in config.h
<br>
-# themes/fonts used
-ls-icons : https://github.com/Yash-Handa/logo-ls <br>
-xresources : onedark ( just xrdb merge xresourcesfile , do this everytime you make any change to xresources file ) from this repo itself.<br>
-font : <a href="https://github.com/siduck76/matfonts"> JetbrainsMono Nerd Font + material design icon fonts </a>
+## Themes/Fonts used
+ls-icons: https://github.com/Yash-Handa/logo-ls <br>
+Fresources: onedark ( just xrdb merge xresourcesfile , do this everytime you make any change to xresources file ) from this repo itself.<br>
+Font: <a href="https://github.com/siduck76/matfonts"> JetbrainsMono Nerd Font + material design icon fonts </a>