~kris/suckless

st

ref: 15f7a94ef735faf6ddcc508999a669882bbffcc0 st/config.mk -rw-r--r-- 1.5 KiB
169e41e6 — Kris Yotam 7 months ago
Migrate to st-flexipatch with sixel support

Switch from manually patched st to st-flexipatch (bakkeby/st-flexipatch).
This uses preprocessor directives in patches.h to toggle patches at
compile time, making it much easier to add/remove features.

Enabled patches:
- alpha (transparency)
- anygeometry, anysize (dynamic borders)
- blinking_cursor
- boxdraw (box-drawing chars)
- clipboard
- columns (no text cut on resize)
- copyurl
- externalpipe
- font2 (fallback fonts)
- iso14755 (unicode input)
- ligatures (HarfBuzz)
- newterm (spawn in cwd)
- scrollback + scrollback_mouse
- sixel (NEW - for manga-tui image support)
- swapmouse
- sync
- xresources + xresources_reload

To toggle patches: edit patches.h and rebuild.
See README.md for documentation on the preprocessor system.
c812c9f2 — siduck 4 years ago
add netwmicon patch | bump to v0.8.5
c9bda1de — siduck76 5 years ago
re-add many patches , bump to 0.8.4 | This isnt based on luke smiths build :D
907b79ca — TripleK2004 5 years ago
Revert "patched dynamic cursor"

This reverts commit 3ded9ea4ddc139e17fb77a40480283c99f737ede.
3ded9ea4 — TripleK2004 5 years ago
patched dynamic cursor
d68acd2a — siduck76 5 years ago
bubu