diff options
-rw-r--r-- | README.md (renamed from README) | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,7 +1,16 @@ | |||
1 | st - simple terminal | 1 | # A personal fork of st - the suckless terminal |
2 | -------------------- | ||
3 | st is a simple terminal emulator for X which sucks less. | ||
4 | 2 | ||
3 | ## Patches | ||
4 | |||
5 | Look at the commit history for more details on how/why these patches | ||
6 | were applied. | ||
7 | |||
8 | + [font2](https://st.suckless.org/patches/font2/) - allows the | ||
9 | definition of fallback fonts; | ||
10 | + [desktopentry](https://st.suckless.org/patches/desktopentry/) - add | ||
11 | desktop entry during installation; | ||
12 | + [scrollback](https://st.suckless.org/patches/scrollback/) - enables | ||
13 | buffer scrollback. | ||
5 | 14 | ||
6 | Requirements | 15 | Requirements |
7 | ------------ | 16 | ------------ |