My st fork (simple terminal) https://st.suckless.org/
roket1428 8ffe1a6bd9 st 0.8.4 & New patches | 4 years ago | |
---|---|---|
patches | 4 years ago | |
FAQ | 4 years ago | |
LEGACY | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
TODO | 4 years ago | |
arg.h | 5 years ago | |
config.h | 4 years ago | |
config.mk | 4 years ago | |
st.1 | 4 years ago | |
st.c | 4 years ago | |
st.h | 4 years ago | |
st.info | 4 years ago | |
win.h | 5 years ago | |
x.c | 4 years ago |
st is a simple terminal emulator for X which sucks less.
In order to build st you need the Xlib header files.
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 dmenu (if necessary as root):
make clean install
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.