diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-02-28 19:44:21 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-02-28 19:44:21 +0100 |
commit | c2e0b7239522dc417b87f45cd133fb8f046dedfa (patch) | |
tree | db02a2cc715f9345c7dc587788b44678475fd723 /man/feh.pre | |
parent | 017b13bcf1cb0e3d82e684d7fcf01954613f8173 (diff) |
Respect --geometry in --bg-fill (closes #209)
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/feh.pre b/man/feh.pre index 5290f79..46de5d1 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -919,13 +919,13 @@ instead. . .Pp . -For the -.Cm --bg-center +For +.Cm --bg-center , --bg-fill , and -.Cm --bg-max -options, you can use the +.Cm --bg-max , +you can use .Cm --geometry -option to specify an offset from one side of the screen instead of +to specify an offset from one side of the screen instead of centering the image. Positive values will offset from the left/top side, negative values from the bottom/right. +0 and -0 are both valid and distinct values. |