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