aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbiconfig.c')
-rw-r--r--fbiconfig.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fbiconfig.c b/fbiconfig.c
index a6d1061..eec7fd0 100644
--- a/fbiconfig.c
+++ b/fbiconfig.c
@@ -61,6 +61,11 @@ struct cfg_cmdline fbi_cfg[] = {
.yesno = 1,
.desc = " like the above, but downscale only",
},{
+ .cmdline = "autofirst",
+ .option = { O_AUTO_FIRST },
+ .yesno = 1,
+ .desc = " autoscale first image only",
+ },{
.cmdline = "fitwidth",
.option = { O_FIT_WIDTH },
.yesno = 1,