summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-09-04 19:43:16 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-09-04 19:43:16 +0530
commit34a38a7965e1d62a2f7995c6defc395c94d34de8 (patch)
treebc79f89a94e66911a5f59691b74da93602f1262b /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ac60c21
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# st
+my deliberate attempt to make st bloated
+
+## Patches
++ [xresources](https://st.suckless.org/patches/xresources/)
++ [anysize](https://st.suckless.org/patches/anysize/)
++ [bold-is-not-bright](https://st.suckless.org/patches/bold-is-not-bright/)
++ [font2](https://st.suckless.org/patches/font2/)
++ [scrollback](https://st.suckless.org/patches/scrollback/)
++ [scrollback-mouse](https://st.suckless.org/patches/scrollback/)
++ [ligatures-scrollback-0.8.4](https://st.suckless.org/patches/ligatures/0.8.4/st-ligatures-scrollback-20210824-0.8.4.diff)
++ [st-dynamic-cursor-color](https://st.suckless.org/patches/dynamic-cursor-color/)
++ [st-externalpipe](https://st.suckless.org/patches/externalpipe/)
+
+## Dependencies
+
+ Xlib, harfbuzz, xrdb
+
+## Install
+
+ make clean install
+