summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Bradshaw <cincodenada@gmail.com>2013-09-26 00:56:38 -0700
committerJoel Bradshaw <cincodenada@gmail.com>2013-09-26 00:56:38 -0700
commit9374aa79c71cbfd3e1e8c6d339eb9fc68a86d4c5 (patch)
tree3317c113bb4f76413005249681c85ec841d18309
parentbae543b21847b3251f08acc6bcabffe8328067d1 (diff)
Updating man page for new geometry options
-rw-r--r--man/feh.pre15
1 files changed, 14 insertions, 1 deletions
diff --git a/man/feh.pre b/man/feh.pre
index 3c1b979..a5b9b59 100644
--- a/man/feh.pre
+++ b/man/feh.pre
@@ -753,13 +753,26 @@ to your X startup script
.
.Pp
.
+For the
+.Cm --bg-center
+and
+.Cm --bg-max
+options, you can use the
+.Cm --geometry
+option 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.
+.
+.Pp
+.
Note that all options except
.Cm --bg-tile
support Xinerama.
For instance, if you have multiple screens connected and use e.g.
.Cm --bg-center ,
.Nm
-will center the image on each screen.
+will center or appropriately offset the image on each screen.
You may even specify more than one file, in that case, the first file is set
on screen 0, the second on screen 1, and so on.
.