|
1 month ago | |
---|---|---|
patches | 6 months ago | |
FAQ | 6 months ago | |
FUNDING.yml | 3 months ago | |
LEGACY | 6 months ago | |
LICENSE | 3 months ago | |
Makefile | 3 months ago | |
PKGBUILD | 3 months ago | |
README.md | 3 months ago | |
TODO | 6 months ago | |
arg.h | 6 months ago | |
boxdraw.c | 3 months ago | |
boxdraw_data.h | 3 months ago | |
config.def.h | 6 months ago | |
config.h | 1 month ago | |
config.mk | 3 months ago | |
hb.c | 3 months ago | |
hb.h | 3 months ago | |
st | 3 months ago | |
st-copyout | 3 months ago | |
st-urlhandler | 3 months ago | |
st.1 | 3 months ago | |
st.c | 3 months ago | |
st.h | 3 months ago | |
st.info | 3 months ago | |
st.o | 6 months ago | |
win.h | 3 months ago | |
x.c | 3 months ago | |
x.o | 6 months ago |
My custom st build, based on LukeSmith's Setup (https://github.com/LukeSmithxyz/st)
Current Theme: Voidlinux
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 st (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.
Based on Aurélien APTEL bt source code.