1FBSETBG(1) Fluxbox Manual FBSETBG(1)
2
3
4
6 fbsetbg - Set a background wallpaper or pattern
7
9 fbsetbg [-uU wallpapersetter] [-fFcCtTaA] wallpaper
10
11 fbsetbg [-uU wallpapersetter] -rR path
12
13 fbsetbg -bB fbsetrootoptions...
14
15 fbsetbg [-l|h|i|p]
16
18 fbsetbg(1) is a wrapper that tries to find a suitable
19 background-setting app and then tries to set the wallpaper using that
20 app. You don’t have to configure fbsetbg. It just uses the first app it
21 can find.
22
23 Furthermore it supports remembering the last set wallpaper so you don’t
24 have to edit the style or init-file to change the wallpaper.
25
26 It aims to provide clear error messages in a window that make debugging
27 problems easy.
28
30 -f file
31 Set fullscreen wallpaper.
32
33 -c file
34 Set centered wallpaper.
35
36 -t file
37 Set tiled wallpaper.
38
39 -a file
40 Set maximized wallpaper, preserving aspect (if your bgsetter
41 doesn’t support this option fbsetbg falls back to -f).
42
43 -u wallpapersetter
44 Use specified wallpapersetter, use no argument to forget.
45
46 -b fbsetrootoptions
47 Forward the options to fbsetroot(1). These can be used to set a
48 solid, pattern, or gradient background texture.
49
50 -r directory
51 Set random wallpaper from a directory.
52
53 -F, -C, -T, -A, -U, -B, -R
54 Same as the lowercase option but without remembering.
55
56 -l
57 Set previous wallpaper. Or, if the random feature was last used,
58 set another random wallpaper from the same directory.
59
60 -i
61 Display useful information about best wallpapersetter found.
62
63 -p
64 Display some useful tips.
65
66 -h
67 Display a help message.
68
70 ~/.fluxbox/lastwallpaper
71 In this file the wallpaper you set will be stored, for the -l
72 option.
73
75 wpsetters
76 Wallpapersetters to use. This can be a space-delimited list of the
77 applications to try, or just a single name.
78
79 DISPLAY
80 The display you want to set the wallpaper on.
81
83 To use feh(1) as wallpapersetter and set wallpapper.jpg from the
84 current directory as wallpaper.
85
86 $ wpsetters=feh fbsetbg wallpaper.jpg
87
88 Recall the last set wallpaper on display :0.0 with the stored options.
89
90 $ DISPLAY=:0.0 fbsetbg -l
91
93 fbsetbg(1) is not foolproof.
94
96 The author of fbsetbg is Han Boetes <han at fluxbox.org>
97
98 This manpage was converted to asciidoc format by Jim Ramsay <i.am at
99 jimramsay.com> for fluxbox-1.1.2
100
102 fluxbox(1) fbsetroot(1)
103
105 Jim Ramsay <i.am@jimramsay.com>
106 Author.
107
108
109
110fbsetbg.txt 08 February 2015 FBSETBG(1)