diff options
author | James Knight <james.d.knight@live.com> | 2015-06-22 12:15:37 -0400 |
---|---|---|
committer | James Knight <james.d.knight@live.com> | 2015-06-22 12:15:37 -0400 |
commit | 740daf5c8b2908211b4ae1ad2c9353688bb1e2f9 (patch) | |
tree | dfaecc4b8eea4da9eee1fe4b24d4427e0184f1e2 /man/feh.pre | |
parent | 5e6cbb6c8d1435b3122dfc55b6e5cfeefb1a3aab (diff) |
support background setter for specific screen
The following adds the ability, when using `feh` as a background setter,
to use a specific Xinerama screen to render a provided image. Along with
the provided '--bg-*' option, the '--xinerama-index' argument will be
used to identify the index of the detected Xinerama screen to use.
Signed-off-by: James Knight <james.d.knight@live.com>
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/man/feh.pre b/man/feh.pre index 10ea58f..b994478 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -470,6 +470,13 @@ managers. Disable Xinerama support. Only makes sense when you have Xinerama support compiled in. . +.It Cm --xinerama-index +. +Force Xinerama screen index to use. Only makes sense when you have +Xinerama support compiled in and using +.Nm +as a background setter. +. .It Cm -j , --output-dir Ar directory . Save files to @@ -820,7 +827,12 @@ on screen 0, the second on screen 1, and so on. . Use .Cm --no-xinerama -to treat the whole X display as one screen when setting wallpapers. +to treat the whole X display as one screen when setting wallpapers. You +may also use +.Cm --xinerama-index +to use +.Nm +as a background setter for a specific screen. . .Bl -tag -width indent . |