2020-03-29 00:15:14 +00:00
|
|
|
# st
|
2020-06-08 01:25:00 +00:00
|
|
|
|
2020-03-29 00:15:14 +00:00
|
|
|
This is my patched version of st. The base version is directly from suckless.org.
|
2021-05-24 14:25:13 +00:00
|
|
|
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.
|
2020-03-29 00:15:14 +00:00
|
|
|
|
|
|
|
## Patches
|
2020-06-08 01:25:00 +00:00
|
|
|
|
2020-03-29 00:15:14 +00:00
|
|
|
The list below shows the currently applied patches to the master branch.
|
2020-06-08 01:25:00 +00:00
|
|
|
|
2020-03-31 09:00:45 +00:00
|
|
|
- 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)
|
2020-03-29 16:34:32 +00:00
|
|
|
|
|
|
|
## Hotkeys
|
2020-06-08 01:25:00 +00:00
|
|
|
|
2020-03-29 16:34:32 +00:00
|
|
|
There are various shortcuts and hotkeys used in this version. Included in my build are the following.
|
2020-03-31 13:00:21 +00:00
|
|
|
|
2021-05-24 14:25:13 +00:00
|
|
|
| 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 |
|
2020-05-06 10:27:19 +00:00
|
|
|
|
2022-06-25 21:23:11 +00:00
|
|
|
## Original
|
2020-06-08 01:25:00 +00:00
|
|
|
|
2022-06-25 21:23:11 +00:00
|
|
|
This is forked off https://git.tiyn.eu/tiyn/st
|