diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-06-26 16:48:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-06-26 16:48:47 +0200 |
commit | 578a92d592d437c7221f849612e5ebbc172f7114 (patch) | |
tree | 0e084315d8ca9141635f9c0e5fa9fdc13286dad1 /man/feh.pre | |
parent | 29e14cfa95aebd584dc0d7c751277c73911c41ae (diff) | |
parent | 9593169d627085699d60a52794d65e64a247c030 (diff) |
Merge branch 'jdknight-master'
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/man/feh.pre b/man/feh.pre index 10ea58f..d3d3d1f 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -820,7 +820,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 . @@ -859,6 +864,21 @@ Do not write a .Pa ~/.fehbg file . +.It Cm --xinerama-index Ar screen +. +When used with any option other than +.Cm --bg-tile : +Only set wallpaper on +.Ar screen . +All other screens will be filled black/white. +. +This is most useful in a Xinerama configuration with overlapping screens. +For instance, assume you have two overlapping displays (index 0 and 1), where +index 0 is smaller. To center a background on the display with index 0 and +fill the extra space on index 1 black/white, use +.Qq --xinerama-index 0 +when setting the wallpaper. +. .El . . |