# Void
xbps-install libXft-devel libX11-devel harfbuzz-devel libXext-devel libXrender-devel libXinerama-devel
# Debian (and ubuntu probably)
apt install build-essential libxft-dev libharfbuzz-dev
(most of these are already installed on Arch based distros)
# Install font-symbola and libXft-bgra
git clone https://github.com/siduck/st.git
cd st
sudo make install
xrdb merge pathToXresourcesFile
(note : put the xrdb merge command in your wm's autostart or similar)
# make an alias for this command
alias rel="xrdb merge pathToXresourcesFile && kill -USR1 $(pidof st)"
( note : This benchmark was done on my low end machine which has a pentium cpu so the speed results might vary )
ctrl + shift + c Copy
ctrl + shift + v Paste
right click on the terminal ( will paste the copied thing ) (Zoom) alt + comma Zoom in
alt + . Zoom out
alt + g Reset Zoom
(Transparency) alt + s Increase Transparency
alt + a Decrease Transparency
alt + m Reset Transparency
alt + k scroll down alt + j scroll up mod + shift + enter open a new terminal with same cwd ( current working directory )
you can change all of these in config.h