From ddfb2738067f3152fc1eca863b0f67405633b5ce Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Wed, 1 Jan 2025 21:00:20 +0100 Subject: [PATCH] Update documentation for changed behavior name. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 30d7611..ddbc38c 100644 --- a/README.org +++ b/README.org @@ -94,7 +94,7 @@ In general, you need to always define 3 variables and you can optionally add thr This defaults to "true". This enables support for a systray that has the features to re-set your wallpaper (Mostly useful if feh shits itself or if you want to set the correct wallpaper for a specific time of day after your device was suspended) without rerolling the wallpaper set used, a button to reroll and then re-set the wallpaper, as well as a Quit button. Disable this to save a very tiny amount of memory. + Optional: behavior: string This defaults to ~--bg-fill~. This is also the value that will be used when an invalid configuration option has been set. This supports 6 different modes, each mode has 2 possible keywords, resulting in 12 total valid keywords. - ~--bg~, ~pure~. What happens when feh is used with the ~--bg~ flag. Sets a wallpaper without any scaling. + ~--bg~, ~plain~. What happens when feh is used with the ~--bg~ flag. Sets a wallpaper without any scaling. ~--bg-tile~, ~tile~. Sets the wallpaper only on one monitor, the other ones get filled with black or white. Mostly useful for Xinerama setups with overlapping monitors. Equivalent to ~--bg-tile~ in feh. ~--bg-center~, ~center~. Sets a wallpaper with the center of the wallpaper centered on the middle of the screen. Crops edges. Equivalent to ~--bg-center~ in feh. ~--bg-fill~, ~fill~ (Default). Fills the whole screen with the wallpaper and zooms to preserve the original aspect ratio. Equivalent to ~--bg-fill~ in feh.