aboutsummaryrefslogtreecommitdiff
path: root/man/man1/xrbg.1
blob: 04e3c2b5f53794f63662738c478c27651f464536 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH XRBG 1 "March 2016" "Manual page for xrbg"
.SH NAME
.B xrbg
\- apply a random X background image with feh(1)
.SH SYNOPSIS
.B xrbg
.br
XBACKGROUNDS=/path/to/images
.B xrbg
.SH DESCRIPTION
.B xrbg
searches for images in the directory named in the XBACKGROUNDS environment
variable (defaults to ~/.xbackgrounds), chooses a random one with shuf(1), and
applies it with feh(1). It's designed for use in ~/.xinitrc, but it seems to
work when called manually from within an X session too.
.SH SEE ALSO
feh(1), shuf(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>