No description
Find a file
2026-02-04 07:59:12 +05:30
arg.h st init 2026-02-04 07:59:12 +05:30
config.h st init 2026-02-04 07:59:12 +05:30
config.mk st init 2026-02-04 07:59:12 +05:30
hb.c st init 2026-02-04 07:59:12 +05:30
hb.h st init 2026-02-04 07:59:12 +05:30
hb.o st init 2026-02-04 07:59:12 +05:30
LICENSE st init 2026-02-04 07:59:12 +05:30
Makefile st init 2026-02-04 07:59:12 +05:30
README.md st init 2026-02-04 07:59:12 +05:30
st st init 2026-02-04 07:59:12 +05:30
st.1 st init 2026-02-04 07:59:12 +05:30
st.c st init 2026-02-04 07:59:12 +05:30
st.h st init 2026-02-04 07:59:12 +05:30
st.info st init 2026-02-04 07:59:12 +05:30
st.o st init 2026-02-04 07:59:12 +05:30
win.h st init 2026-02-04 07:59:12 +05:30
x.c st init 2026-02-04 07:59:12 +05:30
x.o st init 2026-02-04 07:59:12 +05:30

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 ~/.Xresources or 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 + v for copy-paste
    • alt + a & alt + s to increase and decrease alpha (transparency) respectively
    • alt + shift + k & alt + shift + j to increase and decrease font size, respectively

how install pls?

git clone https://github.com/BreadOnPenguins/st
cd st
sudo make install