From 4a575061628db48c8043d3083b34ce5cf335c018 Mon Sep 17 00:00:00 2001 From: Felix Crux Date: Thu, 3 Nov 2011 17:49:28 -0400 Subject: Chaning the name of the option to suppress .fehbg --- src/wallpaper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallpaper.c') 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; -- cgit v1.2.3