# st (Simple Terminal)
This is a custom suckless st build (credits to lukesmith's build for ligatures patch) and I've added some additional patches like newterm , rightclick paste , desktop entry ,sixel, live-reload xresources etc!.
## Patches:
- alpha
- Ligatures
- sixel
- scrollback
- Clipboard
- Alpha(Transparency)
- Boxdraw
- w3m
- font2
- right click paste
- st desktop entry
- newterm
- anysize
- anygeometry
- xresources
- live reload ( change colors/fonts on the fly )
and more...
## How to apply Xresources and live-reload ?
```
#make an alias for this command
alias load="kill -USR1 $(pidof st)"
alias use="xrdb merge"
command : use Xresourcesfile && load
```
## Xresources live-reload demo
DON'T SKIP THE README, if you want to have a similar setup / know default keybinds.
## Dependencies :
```
#void (most of these are already installed on arch distros)
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
```
## Install
`cd st (this repo) `
`sudo make install `
## Ram comparison with other terminals and speed test
## Keybindings
ctrl + shift + c Copyyou can change all of these in config.h
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 ) alt + k scroll down alt + j scroll up