sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 46e9c77094cc03c416cbebd557bfe3a616d0a0cb
parent 9cc80427c16fc09336fab8e1b77426ab3acf46dd
Author: Matthias Schoth <mschoth@gmail.com>
Date:   Tue, 13 Sep 2022 10:30:12 +0200

[st][patch][background_image] Use correct variable name in description and clarify patching config.h

Diffstat:
Mst.suckless.org/patches/background_image/index.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/st.suckless.org/patches/background_image/index.md b/st.suckless.org/patches/background_image/index.md @@ -10,7 +10,8 @@ Notes ----- The path to the image file has to be configured in `config.h` using the variable -`bgimg` (patch modifies `config.def.h`). The image format is expected to be +`bgfile` (patch modifies `config.def.h`, changes made there need to be ported to +`config.h` if it already exists). The image format is expected to be [farbfeld](//tools.suckless.org/farbfeld). In case the background image is smaller than the window size the background will be tiled.