st-patched/README.md

47 lines
1.9 KiB
Markdown
Raw Normal View History

2020-03-28 21:15:14 -03:00
# st
This is my patched version of st. The base version is directly from suckless.org.
2020-05-06 07:39:36 -03:00
This belongs to my larbs installation script, but does not directly depend on it.
2020-03-28 21:15:14 -03:00
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.
2020-03-31 06:00:45 -03: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 13:34:32 -03:00
## Hotkeys
There are various shortcuts and hotkeys used in this version. Included in my build are the following.
2020-03-31 10:00:21 -03: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 |
| Alt | Shift | u | Zoom in |
| Alt | Shift | i | Zoom out |
2020-05-06 07:27:19 -03:00
## Installation
To install this package you can run several commands.
2020-05-06 07:29:26 -03:00
### AUR
2020-05-06 07:28:37 -03:00
If you're on Arch you can use the Arch User Repository.
2020-05-06 07:27:19 -03:00
For simplicity you can use a AUR-helper such as yay.
- `yay -S st-tiyn-git`
2020-05-06 07:28:37 -03:00
2020-05-06 07:27:19 -03:00
Or you can clone it and run it by makepkg.
- `git clone https://aur.archlinux.org/st-tiyn-git.git`
- `makepkg -sirc`
### MAKE
The most basic way is to clone the repository and then invoke make.
- `git clone https://github.com/tiyn/st`
- `make clean install`