aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md (renamed from README)15
1 files changed, 12 insertions, 3 deletions
diff --git a/README b/README.md
index 6a846ed..195f6f3 100644
--- a/README
+++ b/README.md
@@ -1,7 +1,16 @@
1st - simple terminal 1# A personal fork of st - the suckless terminal
2--------------------
3st is a simple terminal emulator for X which sucks less.
4 2
3## Patches
4
5Look at the commit history for more details on how/why these patches
6were 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
6Requirements 15Requirements
7------------ 16------------