My patched ST
Go to file
Roberto Alsina 504d878b0b pfft 2022-06-25 18:23:11 -03:00
FAQ adding base 2020-03-29 01:13:30 +01:00
LEGACY adding base 2020-03-29 01:13:30 +01:00
LICENSE adding base 2020-03-29 01:13:30 +01:00
Makefile adding base 2020-03-29 01:13:30 +01:00
PKGBUILD new pkgbuild 2020-06-14 22:22:29 +02:00
README.md pfft 2022-06-25 18:23:11 -03:00
TODO adding base 2020-03-29 01:13:30 +01:00
arg.h adding base 2020-03-29 01:13:30 +01:00
config.def.h disabled alpha tmp 2020-04-18 22:24:01 +02:00
config.h scrolling: add scrolling with mouse 2021-05-24 16:25:13 +02:00
config.mk patching alpha 2020-03-29 13:58:06 +02:00
st-alpha-0.8.2.diff patching alpha 2020-03-29 13:58:06 +02:00
st-anysize-0.8.1.diff anysize patch 2020-03-29 15:21:23 +02:00
st-font2-20190416-ba72400.diff patching font2 2020-03-29 14:04:17 +02:00
st-scrollback-0.8.2.diff scrollback patch 2020-03-29 14:14:11 +02:00
st.1 adding base 2020-03-29 01:13:30 +01:00
st.c scrollback patch 2020-03-29 14:14:11 +02:00
st.h fixing conflict 2020-03-29 15:26:13 +02:00
st.info adding base 2020-03-29 01:13:30 +01:00
win.h adding base 2020-03-29 01:13:30 +01:00
x.c fixing conflict 2020-03-29 15:25:19 +02:00

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-0.8.2.diff (adds transparency)
  • st-anysize-0.8.1.diff (st leaves no gaps if the height/width doesn't match a multiple of character height)
  • st-font2-20190416-ba72400.diff (allows to set multiple spare fonts as fallback)
  • st-scrollback-0.8.2.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

Original

This is forked off https://git.tiyn.eu/tiyn/st