st is a simple terminal emulator for X which sucks less. This version is patched with the following features:
- Transparency
- Clipboard
- Scrollback using Alt+k,j and mouse wheel
- You can copy urls by typing Alt+l
In order to build this version of st you need to install 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
Based on Aurélien APTEL bt source code.