My custom terminal build based on (lukesmith's with some additional patches like newterm , rightclick paste , desktop entry , live-reload , anygeometry and sane keybinds) (is functional enough and complete for a terminal).
git clone -b sixel --single-branch https://github.com/siduck76/st.git
( w3m patch draws some chars over the prompt so I removed it ) 
cd st & make && sudo make install
ctrl + shift + c Copy
ctrl + shift + v Paste
alt + comma Zoom in
alt + . Zoom out
alt + g Reset Zoom
alt + s Increase Transparency
alt + a Decrease Transparency
copy anything and right click on the terminal ( will paste the copied thing ) mod + shift + enter open a new terminal with same cwd ( current working directory )
you can change all of these in config.h
ls-icons: https://github.com/Yash-Handa/logo-ls
Fresources: onedark ( just xrdb merge xresourcesfile , do this everytime you make any change to xresources file ) from this repo itself.
Font: JetbrainsMono Nerd Font + material design icon fonts
a lil video demo to show zoom/alpha changing via keybinds