Fork of the suckless simple terminal (st)
The suckless terminal (st) with some additional features that make’s it awesome.
Based on version 0.8.2.
In order to build st you need the Xlib header files.
St is installed into the /usr/local
namespace by default. You can change that in the config.mk file.
git clone https://github.com/andresemartinez/st.git
cd st
sudo make install
Aditional customazation can be done in the config.h file. This requires re-compiling.