- Notifications
You must be signed in to change notification settings - Fork0
Fork of st with additional features
License
NotificationsYou must be signed in to change notification settings
oedotme/st
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is a fork ofst - 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