From 3531afa1cca6fe135013b925999d3b62291c0acb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 25 May 2002 00:49:41 +0000 Subject: imprted new tools from bb-cvs re-change bsetroot to work preperly regarding the root window atoms --- util/bsetbg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'util/bsetbg') diff --git a/util/bsetbg b/util/bsetbg index 8e01b0e8..fda6022d 100644 --- a/util/bsetbg +++ b/util/bsetbg @@ -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 ;; -- cgit v1.2.3