diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 16:48:25 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 16:48:25 +0400 |
commit | 5824b30950157ff8785c1f3838d22f52a357e4ea (patch) | |
tree | 57c1b22ee2953e1db5cd43b7cb1df83e897a1d46 /README | |
parent | 02647ddb524f96920f525dd10ff23ae4c0bce2de (diff) |
Readme updated
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +st - simple terminal +============================ +Simple terminal implementation, +Forked from git.suckless.org/st + + +Installing st +------------- +Simply run +make install + + +Keybinds +-------- +Refer to the man page. + + +Added Patches +------------- +- https://st.suckless.org/patches/anysize +- https://st.suckless.org/patches/scrollback |