The Wayback Machine - https://web.archive.org/web/20210313105635/https://github.com/siduck76/st
Skip to content
main
Switch branches/tags
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Dec 18, 2020
Dec 31, 2020
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Jan 13, 2021
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Dec 18, 2020
Jan 13, 2021
Dec 18, 2020
Dec 18, 2020
Jan 13, 2021
Dec 18, 2020
Jan 13, 2021
Dec 18, 2020
Dec 18, 2020
x.c
Jan 24, 2021
Dec 18, 2020

README.md

st (Simple Terminal)

My custom terminal build based on (lukesmith's with some additional patches like newterm , rightclick paste , desktop entry ,sixel, live-reload , anygeometry and sane keybinds) (is functional enough and complete for a terminal).

Patches:

  • Ligatures
  • Clipboard
  • Alpha(Transparency)
  • Boxdraw
  • w3m
  • font2
  • right click paste
  • st desktop entry
  • newterm
  • anysize
  • anygeometry
  • live reload ( change colors/fonts on the fly ) and more...

DON'T SKIP THE README, if you want to have a similar setup / know default keybinds.

Dependencies :

libXft-devel libX11-devel harfbuzz-devel libXext-devel libXrender-devel libXinerama-devel

Screenshots:









Install

cd st & make && sudo make install

Keybindings

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 ) alt + k scroll down alt + j scroll up

you can change all of these in config.h

Themes/Fonts used

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