This project is a fork of st - simple terminal emulator
- Customize cursor color
- Desktop entry add/remove on install/uninstall
- Disabled bold fonts
- Emoji support
- Font ligatures support
- Fonts fallback
- Light color scheme
Scrollback supportusingtmux
scrolling
harfbuzz
: ligatures renderingnoto-fonts-emoji
: emoji supportnoto-fonts
: unicode charactersttf-jetbrains-mono
orttf-fira-code
: supports ligaturesttf-nerd-fonts-symbols-mono
: glyph icons
libxft-bgra
: emoji rendering
sudo make clean install
- Start with geometry options :
st -g 200x100
- Start with a
tmux
session :st -e tmux
sudo make uninstall