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 😬
git clone https://github.com/bitterhalt/st
cd st
sudo make instal
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 |
- 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
- Forked from https://st.suckless.org/
- Based on Aurélien APTEL aurelien.aptel@gmail.com bt source code.
- patch_column: https://github.com/nimaipatel/st/blob/master/patches/7672445bab01cb4e861651dc540566ac22e25812.diff