Skip to content

rijoth/st

Repository files navigation

Rijo's build of st - the suckless terminal

st is a simple terminal emulator for X which sucks less.

About this fork

This is a fork of st, the original repo can be found here: https://git.suckless.org/st/ The original st webpage is here: https://st.suckless.org/

Patches applied

Extra features of this fork.

  • scrollback support with alt-↑/↓ or alt-pageup/down or shift while scrolling the mouse.
  • OR vim-bindings: scroll up/down in history with alt-k and alt-j
  • zoom/change font size*: same bindings as above, but holding down shift as well. alt-home returns to default

Requirements

In order to build st you need the Xlib header files.

Installation

Edit config.mk to match your local setup (st is installed into the /usr/local namespace by default). Afterwards enter the following command to build and install st (if necessary as root):

make clean install

Running st

If you did not install st with make clean install, you must compile the st terminfo entry with the following command:

tic -sx st.info

Credits

About

Rijo's build of st - the suckless terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published