St (Simple Terminal, or as some refer to it as Suckless Terminal) is a (as the name suggests) simple terminal emulator made by the suckless devs. My build is a feature-full version of st with some cool patches and good keybindings.
- alpha (Make st background transparent)
- boxdraw (Custom rendering of lines/blocks/braille characters for gapless alignment.)
- changealpha (changing the opacity with a keybinding)
- font2 (fallback font)
- xresources (read colors & fonts from xresources, works with pywal OOTB)
- gruvbox material as fallback scheme
- externalpipe patch (get output of st terminal)
- scrollback (scrollback with mouse or Alt-JK)
- customcursor (custom cursor shape)
- blinkingcursor (make the cursor blink)
- copyurl and urlhandlers (copy output of command via dmenu, follow urls via dmenu)
- anysize
git clone https://codeberg.org/arkboi/st
cd st
sudo make install
You need the dependencies:
- make
- fontconfig
- libX11
- libXft
Make sure you run a compositor like xcompmgr or picom for alpha patch to work. On wayland this is not needed.