I applied the following patch to x11/sterm and
- copied the /st/patches/*.diff files to /x11/sterm/files/
- in x11/sterm:
- for non-transparent solarized colors:
which returned:
Is it serious doctor?
- copied the /st/patches/*.diff files to /x11/sterm/files/
- in x11/sterm:
Code:
# make deinstall clean
# make patch
# make
# make install
- for non-transparent solarized colors:
Code:
# make clean
# patch -R < files/transparency.diff
# make
# make install
which returned:
Code:
Hmm... Looks like a unified diff to me...
The text leading up to this was:
-------------------------------
|--- st/config.def.h 2018-01-19 12:48:07...
|+++ st-transparent.config.def.h 2018-01-19 13:15:25...
-------------------------------
File to patch:
Is it serious doctor?
