No description
.gitignore | ||
arg.h | ||
config.h | ||
config.mk | ||
FAQ | ||
LEGACY | ||
LICENSE | ||
Makefile | ||
README | ||
README.md | ||
st.1 | ||
st.c | ||
st.h | ||
st.info | ||
st.o | ||
TODO | ||
win.h | ||
x.c |
st - simple terminal emulator for X.
- Default font: Droid Sans Mono Slashed for Powerline
- Default theme: Solarized
Bindings
- Scrollback: with
shift-↑/↓
orshift-h/shift-j
- Scrollback mouse:
shift
while scrolling the mouse - Change font size:
ctrl+shift-↑/↓
- Reset font size:
ctrl+shifts-home
returns to default - Copy/Paste text: with
ctrl+shift-c
andctrl+shift+v
orctrl+shift-insert
Requirements
make
tool for buildinglibXft
library for fonts drawingXlib
header files for interacting with an X serverDroid Sans Mono Slashed for Powerline
just default font, which you can change it inconfig.h
Patches
- st-scrollback
- st-scrollback-mouse
- alpha
Simple installation
git clone https://github.com/ssilaev/st
cd st
sudo make install