No description
| arg.h | ||
| config.h | ||
| config.mk | ||
| hb.c | ||
| hb.h | ||
| hb.o | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| st | ||
| st.1 | ||
| st.c | ||
| st.h | ||
| st.info | ||
| st.o | ||
| win.h | ||
| x.c | ||
| x.o | ||
simple terminal
My very simple fork of st, comes with no guarantees or warranties (to be clear: this means things may not work as expected, or at all) :^)
patches added
- alpha & changealpha (transparency)
- Xresources w/ reload signal (pywal takes priority)
- ligatures
- scrollback ringbuffer, with mouse
- anysize (ensures compatibility with various gaps setups in tiling WMs)
other stuff
- If you aren't using
~/.Xresourcesor pywal, default color palette is Nord. - Read or change keybinds, default font/size, etc. in config.h - I'll update the man page at some point. Bindings are what you'd expect, besides:
alt + c&alt + vfor copy-pastealt + a&alt + sto increase and decrease alpha (transparency) respectivelyalt + shift + k&alt + shift + jto increase and decrease font size, respectively
how install pls?
git clone https://github.com/BreadOnPenguins/st
cd st
sudo make install