This fork of Simple Terminal (st) has my personal configurations, some patches and modifications.
- Scrollback one line at a time with
Shift+UpandShift+Down. Alternatively, since mouse scroll support is enabled, you can useShift+MouseWheel. - Copy text from the terminal with
Ctrl+Shift+c, paste text to the terminal withCtrl+Shift-v. - Zoom in with
Ctrl+Shift+Add, Zoom out withCtrl+Shift+Subtract. UseCtrl-Shift-Hometo go back to the default setting. - Open up a new terminal window in the same working directory with
Ctrl+Shift+Enter.
make, libX11 and libXft are required, but you probably have all of this installed already.
It uses Ubuntu Mono as the default font, so you'll need to have ttf-ubuntu-font-family installed in order for the text to be displayed properly.
For Alpha to work (the transparency patch), you'll need an X composite manager (e.g. compton, xcompmgr).
git clone https://github.com/rnsavinelli/st
cd st
sudo make clean install
st (simple terminal) original source code and information can be found here:
Website: https://st.suckless.org/
Repository: https://git.suckless.org/st/