Loading ChangeLog +4 −0 Original line number Diff line number Diff line git HEAD * Add --no-fehbg option to disable ~/.fehbg creation (patch by Felix Crux) Wed, 02 Nov 2011 10:56:10 +0100 Daniel Friesel <derf@finalrewind.org> * Release v2.1 Loading man/feh.pre +2 −1 Original line number Diff line number Diff line Loading @@ -667,7 +667,8 @@ be printed. .Sh BACKGROUND SETTING . .Nm can also be used as a background setter. Unless you pass the --no-fehbg can also be used as a background setter. Unless you pass the .Cm --no-fehbg option, it will store the command line necessary to set the background in .Pa ~/.fehbg , so to have your background restored everytime you start X, you can add Loading src/options.c +0 −6 Original line number Diff line number Diff line Loading @@ -764,12 +764,6 @@ static void check_options(void) eprintf("You cannot combine --loadable with --unloadable"); } if (opt.no_fehbg && !opt.bgmode) { weprintf("The --no-fehbg option is meaningless unless you\n" "are setting a background wallpaper image.\n" "It is being ignored."); } return; } Loading Loading
ChangeLog +4 −0 Original line number Diff line number Diff line git HEAD * Add --no-fehbg option to disable ~/.fehbg creation (patch by Felix Crux) Wed, 02 Nov 2011 10:56:10 +0100 Daniel Friesel <derf@finalrewind.org> * Release v2.1 Loading
man/feh.pre +2 −1 Original line number Diff line number Diff line Loading @@ -667,7 +667,8 @@ be printed. .Sh BACKGROUND SETTING . .Nm can also be used as a background setter. Unless you pass the --no-fehbg can also be used as a background setter. Unless you pass the .Cm --no-fehbg option, it will store the command line necessary to set the background in .Pa ~/.fehbg , so to have your background restored everytime you start X, you can add Loading
src/options.c +0 −6 Original line number Diff line number Diff line Loading @@ -764,12 +764,6 @@ static void check_options(void) eprintf("You cannot combine --loadable with --unloadable"); } if (opt.no_fehbg && !opt.bgmode) { weprintf("The --no-fehbg option is meaningless unless you\n" "are setting a background wallpaper image.\n" "It is being ignored."); } return; } Loading