This is my personal build of st, the simple terminal by suckless. It has everything I need:
- gruvbox-theme with switching between light and dark using F6
- output scrollback with Shift+PageUp / Shift+PageDown or Shift+mousewheel
- URL opening and copying (thanks to Luke Smith)
- transparency
- Jetbrains Font, with Emojis from Nerd Fonts
- compatibility with ~/.Xresources file
If st crashes, when viewing emojis, make sure to install the package libxft-bgra from the AUR
- Clone the repository
git clone github.com/hashidan/st
cd st
- then install it
make
make install