This build of the suckless terminal has been expanded upon to match my personal, opinionated preferences — suckless philosophy be damned.
- Alpha: Transparency for the terminal
- Alpha-focus-highlight: Distinguish between focused and unfocused windows via two distinct opacity values
- Anysize: Allow st to be rendered at any pixel size
- Blinking cursor: Set blinking cursor
- Bold is not Bright: Bold text is rendered as bold, leaving color unaffected.
- Boxdraw: Adds special box-drawing characters for cleaner graphics
- Columns: Allow st to be resized without cutting off text. Doesn't work for vertical?
- Font2: Set backup fonts besides the default
- Wide-Glyph Support: Workaround for Nerd Font glyphs to not get cut off
- Ligatures: Ligature support via Harfbuzz library
- Scrollback: Scroll back through terminal with
Alt+j / Alt+k
or mouse wheel - Selection colors: Adds selectionfg and selectionbg to define fore- and background colors when selecting text with the mouse
- Undercurl: Undercurl support for programs which support it