diff options
Diffstat (limited to 'util/fbsetbg')
-rw-r--r-- | util/fbsetbg | 5 |
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 |
49 | wpsetters="${wpsetters:=Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg' | 49 | wpsetters="${wpsetters:=fbsetroot Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg' |
50 | lastwallpaper="${HOME}/.fluxbox/lastwallpaper" | 50 | lastwallpaper="${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 | ||
359 | case $WPSETTER in | 359 | case $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' |