/st

My build of Simple Terminal

Primary LanguageCMIT LicenseMIT

ST - simple terminal (suckless) terminal

Nothing to see here. This is just my minimal build of suckless terminal (st) This build is suppose to be small as possible.

I just add features that I need, so not much fancy stuff here, like alpha transparency and ligatures 😬

228566814-72c9b01e-b34a-4218-8e6a-c838605d8483

228566831-9479822f-ff3f-4e83-8c80-037f98b1c0cb

Patches:

Installation

git clone https://github.com/bitterhalt/st
cd st
sudo make instal

Keyboard Shortcuts

Action Key Combination
Copy ctrl + shift + c
Paste ctrl + shift + v
Zoom In ctrl + +
Zoom Out ctrl + minus
Reset Zoom ctrl + 0
Scroll Up / Down shift + PdgUp / PgDn

Theming

  • Default (fallback) theme is Gruvbox Dark
  • This build of ST has xresources-patch, meaning you can manage colors, fonts etc. through your .Xresources -file
  • You must run: xrdb -merge ~/.Xresources to apply colors
  • If you want, you can copy contents of example-xresources to your $HOME/.Xresources and xrdb -merge it

Credits