~kris/suckless

st

061eacf5f9ddef1f820132beaae6fe24b4e727b3 — Alok-P 5 years ago 9e85145
Update README.md
1 files changed, 28 insertions(+), 20 deletions(-)

M README.md
M README.md => README.md +28 -20
@@ 1,31 1,39 @@
# st 
my custom build of ST. DONT SKIP THE README , if want to have a similar setup<br><br>
patches added for ligatures , clipboard , alpha ( transparency ) , boxdraw etc
# st (Simple Terminal)
My custom build of st.

some screenshots of my st zoomed with ligatures etc 
## Patches: 
- Ligatures
- Clipboard
- Alpha(Transparency)
- Boxdraw
and more...
<br>
<b>DON'T SKIP THE README, if you want to have a similar setup.<br><br></b>

## Screenshots: 

<img src="https://raw.githubusercontent.com/siduck76/st/main/delete_this/bruh.png">  <br><br>
<img src="https://raw.githubusercontent.com/siduck76/st/main/delete_this/two7-00.png"> <br><br>
<img src="https://raw.githubusercontent.com/siduck76/st/main/delete_this/ithree0-36-43.png"> <br><br>
<img src="https://github.com/siduck76/st/blob/main/delete_this/u.png"> <br><br>
        
# Install <br> 
cd st & make && sudo make install <br> 
<img src="https://github.com/siduck76/st/blob/main/delete_this/u.png"> <br><hr>

# some keybinds<br> 
ctrl + shift + c for copy <br>
ctrl + shift + v for paste <br>
alt + comma for zoom in <br>
alt + . for zoom out <br>
alt + g for resetting zoom <br>
alt + s to increase transparency <br>
alt + a to decrease transparency <br>
## Install <br> 
`cd st & make && sudo make install <br> `

## Keybindings<br> 
<pre>
ctrl + shift + c        Copy  <br>
ctrl + shift + v        Paste <br>
alt  + comma            Zoom in <br>
alt  + .                Zoom out <br>
alt  + g                Reset Zoom<br>
alt  + s                Increase Transparency<br>
alt  + a                Decrease Transparency <br>
</pre>
you can change all of these in config.h
<br> 

# themes/fonts used 
ls-icons : https://github.com/Yash-Handa/logo-ls <br>
xresources : onedark ( just xrdb merge xresourcesfile , do this everytime you make any change to xresources file ) from this repo itself.<br>
font : <a href="https://github.com/siduck76/matfonts">  JetbrainsMono Nerd Font + material design icon fonts </a> 
## Themes/Fonts used
ls-icons: https://github.com/Yash-Handa/logo-ls <br>
Fresources: onedark ( just xrdb merge xresourcesfile , do this everytime you make any change to xresources file ) from this repo itself.<br>
Font: <a href="https://github.com/siduck76/matfonts">  JetbrainsMono Nerd Font + material design icon fonts </a>