st-patched/README.md

29 lines
1.1 KiB
Markdown

# st
This is my patched version of st. The base version is directly from suckless.org.
This belongs to my larbs installation script and depends 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
- st-anysize-0.8.1.diff
- st-font2-20190416-ba72400.diff
- st-scrollback-0.8.2.diff
## Hotkeys
There are various shortcuts and hotkeys used in this version. Included in my build are the following.
```
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
Alt + Shift + u -> Zoom in
Alt + Shift + i -> Zoom out
```