~kris/suckless

st

st/README.md -rw-r--r-- 5.6 KiB
180915a3 — Kris Yotam 7 months ago
Update README: clarify suckless repos are my builds
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.
e399d28a — Kris Yotam 7 months ago
Update
535af11c — siduck 2 years ago
add swapmouse patch
0aa25fa6 — Sidhanth Rathod 2 years ago
add gd-devel dep for void in readme
5c4df963 — Sidhanth Rathod 2 years ago
Merge pull request #60 from p3nguin-kun/main

Update README.md
31517684 — p3nguin 2 years ago
Update README.md
b42b7a8a — siduck 3 years ago
Merge pull request #59 from p3nguin-kun/patch-1

openSUSE support
73a342c6 — p3nguin-kun 3 years ago
change compiler to gcc
6f5da520 — p3nguin-kun 3 years ago
Update README.md
5fa73fe6 — p3nguin-kun 3 years ago
openSUSE support
b843ef55 — siduck 3 years ago
Merge pull request #55 from p3nguin-kun/main

Add Fedora (or Red-Hat based) dependencies
330df587 — p3nguin-kyun 3 years ago
Add Fedora (or Red-Hat based) dependencies
c171db84 — siduck 3 years ago
Merge pull request #49 from borsched/main

Add gd for Arch Linux
6d82992e — borsched 3 years ago
Add gd for Arch Linux
e295a74c — Sidhanth Rathod 3 years ago
Merge pull request #48 from bscholer/bscholer-patch-1

add libgd-dev to README, other small README tweaks
f006cfba — Ben Scholer 3 years ago
add libgd-dev to README, other small README tweaks
71f9529a — Sidhanth Rathod 4 years ago
Merge pull request #40 from sioodmy/implement/nix-flake

Implement Nix flakes :snowflake: 
d752ebc0 — sioodmy 4 years ago
docs: add nix
c812c9f2 — siduck 4 years ago
add netwmicon patch | bump to v0.8.5
Next