diff options
| author | Ambrose <me@librelife.org> | 2026-02-15 20:14:08 -0500 |
|---|---|---|
| committer | Ambrose <me@librelife.org> | 2026-02-15 20:14:08 -0500 |
| commit | ec07ddd9292c8be6cf4bd9e45c68ebef4013f661 (patch) | |
| tree | a2508eaf137018f42f68e5823a99e9e86fbc1ce7 | |
| parent | a97b8ec3e532bd29e016360f81e0b78e77cba94c (diff) | |
| -rw-r--r-- | README.md | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,6 +1,8 @@ # ST -*"st"* is a simple terminal implementation for X. +The earthyOS patched version of suckless' *st* terminal. With ease of life +additions via patches found on the suckless.org website. + ## Patches @@ -9,9 +11,3 @@ - [scrollback](https://st.suckless.org/patches/scrollback/). - [xresources](https://st.suckless.org/patches/xresources/) - [w3m images](https://st.suckless.org/patches/w3m/) - -## Plans: - -We plan on patching in all functionality required of a modern terminal -emulator, along with some ease-of-life features. Such as alpha-transparency and -`.Xresources` support. |