diff options
-rw-r--r-- | util/fbsetbg | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index 04431ed..f6a2008 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 chbg display qiv xv xsri xli xsetbg} # broken icewmbg' | 49 | wpsetters=${wpsetters:=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 | ||
@@ -421,6 +421,13 @@ case $WPSETTER in | |||
421 | aspect=$full | 421 | aspect=$full |
422 | debugstory=$standardok | 422 | debugstory=$standardok |
423 | ;; | 423 | ;; |
424 | hsetroot) | ||
425 | full='-fill' | ||
426 | tile='-tile' | ||
427 | center='-center' | ||
428 | aspect='-full' | ||
429 | debugstory=$standardok | ||
430 | ;; | ||
424 | icewmbg) | 431 | icewmbg) |
425 | tile='-s' | 432 | tile='-s' |
426 | full=$tile | 433 | full=$tile |