My patched version of suckless' terminal - st.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
tiyn b261346926
added st-copyout to master
5 months ago
.gitignore updated gitignore 6 months ago
FAQ base: added base image 8 months ago
LEGACY base: added base image 8 months ago
LICENSE base: added base image 8 months ago
Makefile added st-copyout to master 5 months ago
README.md added copyout to config 5 months ago
TODO base: added base image 8 months ago
arg.h base: added base image 8 months ago
config.def.h added copyout config 5 months ago
config.mk added alpha patch to master 6 months ago
hb.c scrollback: added ligatures patch 8 months ago
hb.h scrollback: added ligatures patch 8 months ago
st-alpha-20220206-0.8.5.diff added alpha patch 6 months ago
st-anysize-20220718-baa9357.diff anysize: added anysize branch and applied patch 8 months ago
st-copyout added st-copyout to master 5 months ago
st-externalpipe-0.8.4.diff added externalpipe patch 5 months ago
st-ligatures-scrollback-20230105-0.9.diff scrollback: added ligatures patch 8 months ago
st-scrollback-0.8.5.diff scrollback: added branch and applied patch 8 months ago
st.1 base: added base image 8 months ago
st.c added externalpipe patch to master 5 months ago
st.h added externalpipe patch to master 5 months ago
st.info base: added base image 8 months ago
win.h scrollback: added ligatures patch 8 months ago
x.c added alpha patch to master 6 months ago

README.md

st

This is my patched version of st. The base version is directly from suckless.org. This belongs to my larbs installation script, but does not directly depend on it. It is supposed to work in the environment after the larbs-base-installation.

Patches

The list below shows the currently applied patches to the master branch.

  • st-alpha-20220206-0.8.5.diff (adds transparency)
  • st-anysize-20220718-baa9357.diff (st leaves no gaps if the height/width doesn't match a multiple of character height)
  • st-externalpipe-0.8.4.diff (allows reading and writing st's screen through a pipe)
  • st-ligatures-scrollback-20230105-0.9.diff (scrollback compatible addition of ligatures)
  • st-scrollback-0.8.5.diff (add scrollback functionality)

Hotkeys

There are various shortcuts and hotkeys used in this version. Included in my build are the following.

ModKey Shift Key Function
Alt Break Send break
Alt Print Toggle printer
Alt Print Print screen
Shift Insert Clipboard paste
Alt c Clipboard copy
Alt v Clipboard paste
Alt p Selected paste
Alt NumLock Toggle Numlock
Alt k Scroll up
Alt j Scroll down
MouseScrollUp Scroll up
MouseScrollDown Scroll down
Alt Shift u Zoom in
Alt Shift i Zoom out
Alt o copy output of previous command to clipboard

Installation

The most basic way is to clone the repository and then invoke make.

  • git clone https://github.com/tiyn/st
  • make clean install