My st fork (simple terminal) https://st.suckless.org/

roket1428 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
patches 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
FAQ 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
LEGACY 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
LICENSE 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
Makefile 3884ca8307 initial 4 years ago
README.md d9c729c6bb README FIX 4 years ago
TODO 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
arg.h 3884ca8307 initial 4 years ago
config.h 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
config.mk 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
st.1 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
st.c 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
st.h 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
st.info 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago
win.h 3884ca8307 initial 4 years ago
x.c 8ffe1a6bd9 st 0.8.4 & New patches 3 years ago

README.md

My st fork (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 dmenu (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.