diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-25 00:49:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-25 00:49:41 +0000 |
| commit | 3531afa1cca6fe135013b925999d3b62291c0acb (patch) | |
| tree | bcbaf1ee06e1d4e56d9e0d8c62545fb610ff212b /util/bsetbg | |
| parent | 20063c22469643e8eb9c32bcc4b996f9640c9baf (diff) | |
imprted new tools from bb-cvs
re-change bsetroot to work preperly regarding the root window atoms
Diffstat (limited to 'util/bsetbg')
| -rw-r--r-- | util/bsetbg | 7 |
1 files changed, 3 insertions, 4 deletions
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 ;; |
