sudo make clean installGo to here to learn how to set the patches
- Font: Liberation Mono
- Opacity is set, but to use it you need to change the .Xresources, adding something like this:
st*alpha:0.9| Command | Keys |
| Scroll Up | Alt+Shift+U |
| Scrool Down | Alt+Shift+d |
| Scrool Down - Faster | Alt+D |
| Increase Zoom | Alt+Shift+K |
| Increase Zoom - Faster | Alt+K |
| Decrease Zoom | Alt+Shift+J |
| Decrease Zoom - Faster | Alt+J |
| Copy | Alt+c |
| Paste | Shift+insert |
In order to have the icon on the window borders you have to follow these steps:
sudo cp resources/terminal.png /usr/share/pixmaps/
# this one is only with you want the icon on menus
sudo cp resources/st.desktop /usr/share/applications/Now, to make it really work you have to have the xseticon installed and in your .bash or .shrc add the following line:
xseticon -id "$WINDOWID" /usr/share/pixmaps/terminal.pngYou’ll need the lbxft-bgra
See the man page for additional details or the original version at suckless.org