Simple, minimalist terminal implementation from suckless.org, configured through source code patches.
Luke's build of st is a customized version of the suckless terminal (st) that transforms the minimalist terminal into a feature-rich powerhouse while maintaining its lightweight philosophy. This build adds practical functionality like URL following and copying with simple alt-key combinations, intelligent command output copying, and comprehensive scrollback navigation with both traditional and vim-style keybindings.
What sets this terminal apart is its seamless integration with desktop workflows through dmenu integration for URL handling, dynamic color theming via Xresources and pywal compatibility, and built-in transparency support. The terminal comes preconfigured with the popular gruvbox color scheme but adapts automatically to your system's color preferences. It includes modern typography features like ligature support and font fallbacks while maintaining excellent performance.
This build is ideal for power users who want a terminal that's both lightweight and feature-complete, particularly those using tiling window managers or minimal desktop environments. The extensive customization options through Xresources make it perfect for users who like to fine-tune their development environment, while the intuitive keybindings make daily terminal tasks more efficient.
# via Source
git clone https://github.com/LukeSmithxyz/st
cd st
sudo make install