Personal version of st, currently tracking with master's 0.9.2. All the patches and customisations are found in the patched branch.
- scrollback (no ringbuffer) + reflow + mouse + altscreen + increment: I opted for this setup over no scrollback +
tmuxas I often open throwaway terminal sessions and I don't necessarily want them to stick around withtmux. No ringbuffer is uniquely because reflow doesn't apply cleanly on the ringbuffer variant. - alpha
- ligatures
- anysize
- bold is not bright
- clickurl (nocontrol)
- delkey
- desktopentry
- externalpipe + eternal + signal
- font2
- xresources with reload signal: I like to keep theming and configuration separate, so I am offloading all the theming and configuration to my dotfiles.
Most patches applied cleanly with patch --merge -i [file], with relatively minor edits. Commits in the patched branch list the link for each original patch in the description.
st_tmux.desktop: runsst -e tmuxwhen launched. My workflow usesdmenuto search for.desktopfiles, so having another.desktopfile to launch multiplexed sessions comes in handy