mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
readme explains transparency installation
This commit is contained in:
parent
5d1d32f571
commit
858a34ade6
31
README.md
31
README.md
@ -15,6 +15,10 @@ Forked from [https://github.com/shiva/st](https://github.com/shiva/st) for simpl
|
|||||||
+ Alt-k and Alt-j scroll back/foward in history one line at a time
|
+ Alt-k and Alt-j scroll back/foward in history one line at a time
|
||||||
+ Alt-u and Alt-d scroll back/foward in history a page at a time
|
+ Alt-u and Alt-d scroll back/foward in history a page at a time
|
||||||
|
|
||||||
|
### Transparency
|
||||||
|
|
||||||
|
I also have redone the transparency patch diff since it would fail to apply with too many of the other patches applied. See below for installation.
|
||||||
|
|
||||||
## Terminal-specific mappings
|
## Terminal-specific mappings
|
||||||
|
|
||||||
(Additions before me.)
|
(Additions before me.)
|
||||||
@ -23,3 +27,30 @@ Forked from [https://github.com/shiva/st](https://github.com/shiva/st) for simpl
|
|||||||
+ Increase/decrease font size -- Shift+Alt+PageUp/PageDown
|
+ Increase/decrease font size -- Shift+Alt+PageUp/PageDown
|
||||||
+ Return to default dont size -- Shift+Alt+Home
|
+ Return to default dont size -- Shift+Alt+Home
|
||||||
+ Paste -- Shift+Insert
|
+ Paste -- Shift+Insert
|
||||||
|
|
||||||
|
## Installation for newbs
|
||||||
|
|
||||||
|
```
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
|
### Transparency
|
||||||
|
|
||||||
|
If you want transparency, run the following.
|
||||||
|
|
||||||
|
```
|
||||||
|
make clean
|
||||||
|
patch < patches/transparency.diff
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
|
And to remove transparency, just unapply the diff patch and reinstall.
|
||||||
|
|
||||||
|
```
|
||||||
|
make clean
|
||||||
|
patch -R < patches/transparency.diff
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user