commit 46e9c77094cc03c416cbebd557bfe3a616d0a0cb
Author: Matthias Schoth <[email protected]>
Date: Tue Sep 13 10:30:12 2022 +0200
[st][patch][background_image] Use correct variable name in description and
clarify patching config.h
diff --git a/st.suckless.org/patches/background_image/index.md
b/st.suckless.org/patches/background_image/index.md
index 7db9f608..5055749c 100644
--- 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.