st - simple terminal emulator for X
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
Set st as your default terminal emulator program and then run it as normal
Otherwise you can run it with the command: st
.
See the man page for additional details.
The configuration of st is done by creating a custom config.h
and (re)compiling the source code.
Patches are a way of adding functionality to the minimal standard build of st
- Selection colors
Visit suckless.org for more information on st and other suckless programs.