aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
authormathias <mathias>2006-09-20 19:44:07 (GMT)
committermathias <mathias>2006-09-20 19:44:07 (GMT)
commit750caf08b865df30021e9ec1f1d89f3824028216 (patch)
treebce2cefd41281c9124373b465561c1108df765d2 /util/fbsetbg
parent3e6bb03a758a596e579ea070ed15edfa1eed2967 (diff)
downloadfluxbox-750caf08b865df30021e9ec1f1d89f3824028216.zip
fluxbox-750caf08b865df30021e9ec1f1d89f3824028216.tar.bz2
fixed little issue with fbsetbg showing the warning about missing wpsetters even if the user only pipes arguments towards fbsetroot
Diffstat (limited to 'util/fbsetbg')
-rw-r--r--util/fbsetbg5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/fbsetbg b/util/fbsetbg
index de46289..bd8c369 100644
--- a/util/fbsetbg
+++ b/util/fbsetbg
@@ -46,7 +46,7 @@
46# _NET_CURRENT_DESKTOP 46# _NET_CURRENT_DESKTOP
47 47
48# The wallpapersetter is selected in this order 48# The wallpapersetter is selected in this order
49wpsetters="${wpsetters:=Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg' 49wpsetters="${wpsetters:=fbsetroot Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg'
50lastwallpaper="${HOME}/.fluxbox/lastwallpaper" 50lastwallpaper="${HOME}/.fluxbox/lastwallpaper"
51 51
52 52
@@ -357,6 +357,9 @@ standardok=\
357"$WPSETTER is a nice wallpapersetter. You won't have any problems." 357"$WPSETTER is a nice wallpapersetter. You won't have any problems."
358 358
359case $WPSETTER in 359case $WPSETTER in
360 fbsetroot)
361 debugstory="fbsetroot does not show any pictures."
362 ;;
360 chbg) 363 chbg)
361 full='-once -mode maximize' 364 full='-once -mode maximize'
362 tile='-once -mode tile' 365 tile='-once -mode tile'