This repository is on GitLab. The GitHub version is a mirror.
This is my personal fork of the Suckless st. The following patches were applied by hand.
- Alpha
- Boxdraw
- Fork with same CWD
- Gradient
- Scrollback + mouse
- Selection colors
- Xresources support
The colors specified in config.h
are only the fallback colors, they will be replaced by .Xresources
. Use the standard names of color0
, color1
, etc.
Key combo | Action |
---|---|
Ctrl + Shift + C | copy selected string |
Ctrl + Shift + V | paste |
Ctrl + Shift + PageUp | zoom in |
Ctrl + Shift + PageDown | zoom out |
Shift + Scroll Up | scroll back up in the buffer |
Shift + Scroll Down | scroll down in the buffer |