Awesome
Kyoz's fork of the suckless terminal (st)
st is a simple, light weight, powerful ternimal implement for X
Information
Base on st-0.8.4 version.
Patchs:
- purify theme - Clean & vibrant color schemes for Vim, Terminals..
- alpha-0.8.2 - Terminal Opacity. Require X composite manager (e.g. compton, xcompmgr)
- anysize-0.8.1 - Allow st to resize to any pixel size
- clipboard-0.8.3 - Set CLIPBOARD on selection
- copy-url-0.8.1 - Copy lastest URL printed with Ctrl + Shift + L (Can use multiple time to get olded printed URL)
- disable-bold-italic-0.8.2 - Allow disable bold/italic globally
- ligatures-0.8.3 - Ligatures support
- scrollback-0.8.2 - Scrollback support with Ctrl + Shift + J (or K)
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 st (if necessary as root):
make clean install
Running
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.
Credits
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.