dots/.suckless/st
Hektor Misplon 4f7e452a8c Patch ligatures 2020-05-07 15:51:18 +00:00
..
patches Patch ligatures 2020-05-07 15:51:18 +00:00
.gitignore Patch ligatures 2020-05-07 15:51:18 +00:00
FAQ Add suckless config 2020-05-07 00:26:42 +00:00
LEGACY Add suckless config 2020-05-07 00:26:42 +00:00
LICENSE Add suckless config 2020-05-07 00:26:42 +00:00
Makefile Patch ligatures 2020-05-07 15:51:18 +00:00
README Add suckless config 2020-05-07 00:26:42 +00:00
TODO Add suckless config 2020-05-07 00:26:42 +00:00
arg.h Add suckless config 2020-05-07 00:26:42 +00:00
config.def.h Add suckless config 2020-05-07 00:26:42 +00:00
config.h Add suckless config 2020-05-07 00:26:42 +00:00
config.mk Patch ligatures 2020-05-07 15:51:18 +00:00
hb.c Patch ligatures 2020-05-07 15:51:18 +00:00
hb.h Patch ligatures 2020-05-07 15:51:18 +00:00
hb.o Patch ligatures 2020-05-07 15:51:18 +00:00
st Patch ligatures 2020-05-07 15:51:18 +00:00
st.1 Add suckless config 2020-05-07 00:26:42 +00:00
st.c Patch ligatures 2020-05-07 15:51:18 +00:00
st.c.orig Patch ligatures 2020-05-07 15:51:18 +00:00
st.c.rej Patch ligatures 2020-05-07 15:51:18 +00:00
st.h Patch ligatures 2020-05-07 15:51:18 +00:00
st.info Add suckless config 2020-05-07 00:26:42 +00:00
st.o Patch ligatures 2020-05-07 15:51:18 +00:00
win.h Patch ligatures 2020-05-07 15:51:18 +00:00
x.c Patch ligatures 2020-05-07 15:51:18 +00:00
x.c.orig Patch ligatures 2020-05-07 15:51:18 +00:00
x.o Patch ligatures 2020-05-07 15:51:18 +00:00

README

st - simple terminal
--------------------
st is a simple terminal emulator for X which sucks less.


Requirements
------------
In order to build st you need the Xlib header files.


Installation
------------
Edit config.mk to match your local setup (st is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install st (if
necessary as root):

    make clean install


Running st
----------
If you did not install st with make clean install, you must compile
the st terminfo entry with the following command:

    tic -sx st.info

See the man page for additional details.

Credits
-------
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.