diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-02-28 19:49:56 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-02-28 19:49:56 +0100 |
commit | 81656da71b514d3519c9930d26e100f12da65a49 (patch) | |
tree | eb5a97cf2db6cd00047d2e4aadd72cb533fe7759 /man | |
parent | c2e0b7239522dc417b87f45cd133fb8f046dedfa (diff) |
feh(1): Note that --bg-{center,fill} respect --image-bg
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/feh.pre b/man/feh.pre index 46de5d1..6c619cd 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -958,7 +958,8 @@ as a background setter for a specific screen. .It Cm --bg-center . Center the file on the background. If it is too small, it will be surrounded -by a black border +by a border as specified by +.Cm --image-bg . . .It Cm --bg-fill . @@ -971,7 +972,9 @@ horizontal or a vertical part of the image will be cut off . Like .Cm --bg-fill , -but scale the image to the maximum size that fits the screen with black borders on one side. +but scale the image to the maximum size that fits the screen with borders on one side. +The border color can be set using +.Cm --image-bg . . .It Cm --bg-scale . |