st is a simple terminal emulator for X which sucks less.
This repository is just a fork of st from tag 0.8.2
,
with some cool patches applied on top 😄.
- scrollback
- scrollback-mouse
- scrollback-clamp
- anysize
- alpha-focus-highlight
- alpha
- alpha-all
- fix-keyboard-input
- vertcenter
newterm- clipboard
- right-click-paste
- selection-colors
- desktop-entry
- font2
- bold-is-not-bright
- invert
- external-pipe
- external-pipe-eternal
- boxdraw
- appsync
- fix-wide-glyph-truncation
- initial-zoom
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
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.
The theme shown above is a fork of an-old-hope tailored specifically for use in st. You can find the color codes in theme.
The default font is:
And this build will automatically pick up and use the following fonts (in order):
- Nerd Fonts
- Devicons
- All The Icons (batch)
- Symbola
- Unifont
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.