~kris/suckless

st

st/config.def.h -rw-r--r-- 34.4 KiB
3bb3315d — Kris Yotam 3 months ago
switch terminal colorscheme to Plan 9 palette, set border to 4px
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.
208bb71a — Kris Yotam 7 months ago
Set alpha to 0.8 for transparency

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8b10af3a — Kris Yotam 7 months ago
Add Ctrl+C and Ctrl+V keybindings for copy/paste

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
a7582f96 — Sidhanth Rathod 2 years ago
Merge pull request #71 from saifshahriar/main

Fix `<del>` key not working in shell
12a2c500 — Saif Shahriar 2 years ago
Fix `<del>` key not working in shell

Previously `<del>` key was not working inside (neo)vim or nano (see issue #69).
PR #70 fixed, but caused another issue where `<del>` not functioning in a shell
prompt
5d74a97b — Sidhanth Rathod 2 years ago
Merge pull request #70 from saifshahriar/main

Bug Fix: Pressing <Del> simulates <Backspace> mentioned in #69
180364a7 — Saif Shahriar 2 years ago
Bug Fix: Pressing <Del> simulates <Backspace> mentioned in #69
22385ca4 — Sidhanth Rathod 2 years ago
Merge pull request #62 from rdbo/delete-key-fix

Fixed delete key not doing anything
fixed delete key not deleting
c07885e9 — siduck 4 years ago
Merge pull request #33 from DEliasVCruz/blinkcursor

feat: add blinking cursor patch support
44f6012a — DEliasVilelaC 4 years ago
fix: fix cursors blink
4810dba9 — DEliasVilelaC 4 years ago
feat: add blinking cursor patch
d15ad41b — siduck 4 years ago
Merge pull request #27 from Jipok/patch-1

Change shortcut for unicode input
dcb4ac9c — Jipok 4 years ago
Change shortcut for unicode input
c9bda1de — siduck76 5 years ago
re-add many patches , bump to 0.8.4 | This isnt based on luke smiths build :D
0c03af89 — siduck76 5 years ago
add patch_column patch
32376c8d — siduck76 5 years ago
default st
bdf6a7b5 — siduck76 5 years ago
change highlight colors
8d926585 — siduck76 5 years ago
rm some stuff
Next