diff options
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 + |