Skip to content

Commit

Permalink
Add documentation for displaying different images on different monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
soul9 committed Dec 30, 2012
1 parent 151aa9d commit 0ccec70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Expand Up @@ -31,3 +31,10 @@ the DISPLAY environment variable is set correctly, e.g.:
DISPLAY=foo.bar:1 bgs <image> &

(This will start bgs on display :1 of the host foo.bar.)

In order to have a different image on each monitor you can specify
multiple images (one per monitor), e.g.:

DISPLAY=foo.bar:1 bgs <image1> <image2> &

(This will display image1 on monitor 1 and image2 on monitor 2.)
2 changes: 2 additions & 0 deletions bgs.1
Expand Up @@ -26,6 +26,8 @@ centers image rather then scaling it.
.B \-x
switches to dynamic mode. bgs will update your background as soon as
the root window changes.
.TP
if multiple images are specified, each image is set for each monitor, in order.
.SH SEE ALSO
.BR dwm (1)
.BR xsetroot (1)
Expand Down

0 comments on commit 0ccec70

Please sign in to comment.