aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
authormathias <mathias>2004-12-10 02:45:19 (GMT)
committermathias <mathias>2004-12-10 02:45:19 (GMT)
commit09439fe83aade3e0863a364e1d54990480b714af (patch)
tree77189f1bff01e212a33bd7ae2ca3bc15312bb041 /util/fbsetbg
parent3cc0ca33f6b9d54e649ac5a66e9770684f78b35c (diff)
downloadfluxbox-09439fe83aade3e0863a364e1d54990480b714af.zip
fluxbox-09439fe83aade3e0863a364e1d54990480b714af.tar.bz2
added support for hsetroot (http://thegraveyard.org/hsetroot.php)
to fbsetbg
Diffstat (limited to 'util/fbsetbg')
-rw-r--r--util/fbsetbg9
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
49wpsetters=${wpsetters:=Esetroot wmsetbg feh chbg display qiv xv xsri xli xsetbg} # broken icewmbg' 49wpsetters=${wpsetters:=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
@@ -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