]> Dogcows Code - chaz/openbox/blobdiff - util/bsetbg
(optional) drop shadows for fonts
[chaz/openbox] / util / bsetbg
index 8e01b0e82d14c7366dae5cf4e2ed9507d1be8e99..2184618a7f7b31b2d01760868fc43d5792860baa 100644 (file)
@@ -22,7 +22,7 @@
 
 PATH=$PATH:/usr/bin:/usr/local/bin:/usr/X11R6/bin
 
-img_apps="qiv xli xv wmsetbg Esetroot display xsetbg"
+img_apps="display xli xsetbg Esetroot qiv wmsetbg xv"
 
 display_full_cmd="display -geometry 800x600 -window root"
 display_tile_cmd="display -window root"
@@ -54,7 +54,7 @@ xli_tile_cmd="xli -onroot -quiet"
 xli_center_cmd="xli -center -onroot quiet"
 xli_default_cmd="$xli_center_cmd"
 
-xsetbg_full_cmd="xsetbg -fillscreen"
+xsetbg_full_cmd="xsetbg -fullscreen"
 xsetbg_tile_cmd="xsetbg"
 xsetbg_center_cmd="xsetbg -center"
 xsetbg_default_cmd="$xsetbg_center_cmd"
@@ -76,8 +76,7 @@ quit()
        exit ${rc:-0}
 }
 
-bool() 
-{
+bool() {
        case $1 in
                [yY][eE][sS]|1|[yY]|[tT][rR][uU][eE]|[oO][nN]) : ;;
                *) return 1 ;;
@@ -107,6 +106,7 @@ $me $version $copyright
   -full <file>             stretch an image to fill the desktop
   -exec <args> <file>      specify an external command to execute
   
+  -app  <app>              specify the image application to use
   -post <string>           arguments to be passed to the post-command
   -debug                   prints commands without executing them
 EOF
This page took 0.023685 seconds and 4 git commands to generate.