aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
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'