diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-03-03 22:33:39 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-03-03 22:33:39 +0530 |
commit | 5dd35b456bb5ee9c8a91f4ad0d30562895d1bdf2 (patch) | |
tree | 3de40fbb0a2c49fcd2af13e7346e498d8073effa /README.md | |
parent | 09bd167ef11b13683e5d62897bbf09b2b79616ea (diff) |
updating readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
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 + |