From 65eef7b96ef8db65ddf95a472103540e5666eb9e Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 8 Jun 2020 01:03:48 +0000 Subject: [PATCH 1/2] PKGBUILD update --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index fbcb5c4..a289a1a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer: Marten Kante pkgname=st-tiyn-git -pkgver=0.8.3.r40.083167e +pkgver=0.8.3 pkgrel=1 epoch= pkgdesc="This is the st build of tiyn. It includes the alpha, anysize, font2, scrollback patches." From cb19c9696880ec344b981b12f06440361221298e Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 8 Jun 2020 01:25:00 +0000 Subject: [PATCH 2/2] update README --- README.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1e4b2f4..c8e6b75 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,56 @@ # 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 | -| Alt | Shift | u | Zoom in | -| Alt | Shift | i | Zoom out | +| 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 | ## Installation + To install this package you can run several commands. ### AUR + If you're on Arch you can use the Arch User Repository. For simplicity you can use a AUR-helper such as yay. + - `yay -S st-tiyn-git` 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`