Skip to content

thatguynoe/st

Repository files navigation

st

My build of st.

Bindings

  • scroll with alt-j, alt-k or alt-pgup, alt-pgdn or alt-↑, alt-↓. Scroll faster with alt-u, alt-d.
  • change font size with the same bindings as above, but with holding down shift. Reset with alt-home.
  • change transparency with alt-a, alt-s.
  • copy text with alt-y, paste with alt-p or shift-insert.
  • copy command output with alt-o, open urls with alt-l, and copy urls with alt-i.

Patches and features

Installation

git clone https://github.com/thatguynoe/st
cd st
sudo make install

Updates

The suckless st development branch is the master branch in this repo. Consequently, this makes updating st quite easy:

git clone https://github.com/thatguynoe/st
cd st

git switch master
git pull upstream master
git switch main
git merge master