mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
patches | ||
.travis.yml | ||
arg.h | ||
config.def.h | ||
config.mk | ||
FAQ | ||
LEGACY | ||
LICENSE | ||
Makefile | ||
README.md | ||
st.1 | ||
st.c | ||
st.info | ||
TODO |
st - simple terminal
Forked from https://github.com/shiva/st for simplicity's sake, which is the suckless terminal (st) with some patches added:
- copy to clipboard
- solarized colors (light and dark toggleable)
- vertcenter
- scrollback with keyboard
- scrollback with mouse
My additions
Right now, I've just made the default font the system "mono" at size 14, and I've remapped the key to toggle the light/dark color scheme to Alt-Tab. It originally was F6, which is too often mapped by some other program.