]> Dogcows Code - chaz/openbox/blobdiff - util/bsetbg
group next/prev commands together
[chaz/openbox] / util / bsetbg
index 8e01b0e82d14c7366dae5cf4e2ed9507d1be8e99..fda6022d1efe4d6749ef14384a4f91db93a1bb2f 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 ;;
This page took 0.022515 seconds and 4 git commands to generate.