summaryrefslogtreecommitdiff
path: root/src/wallpaper.c
diff options
context:
space:
mode:
authorFelix Crux <crux@google.com>2011-11-03 17:49:28 -0400
committerFelix Crux <crux@google.com>2011-11-03 17:49:28 -0400
commit4a575061628db48c8043d3083b34ce5cf335c018 (patch)
tree58e061d4fbe69d1fc241ec89dd81188f8a7e7798 /src/wallpaper.c
parent476f50ab454e6b8043149fc34313fcc771c7b555 (diff)
Chaning the name of the option to suppress .fehbg
Diffstat (limited to 'src/wallpaper.c')
-rw-r--r--src/wallpaper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallpaper.c b/src/wallpaper.c
index 773b87e..8a4cafb 100644
--- a/src/wallpaper.c
+++ b/src/wallpaper.c
@@ -395,7 +395,7 @@ void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled,
fehbg = estrjoin(" ", "feh --bg-tile", filbuf, NULL);
}
- if (fehbg && !opt.no_bgfile) {
+ if (fehbg && !opt.no_fehbg) {
home = getenv("HOME");
if (home) {
FILE *fp;