aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-06-29 08:22:24 (GMT)
committerrathnor <rathnor>2003-06-29 08:22:24 (GMT)
commit24c1ddd6de0d6796e4b5ff183811f2581d23b5bd (patch)
tree4813232e6ba62f44f00432e45422794fddd86f94 /util/fbsetbg
parente1ba495c86aeb7078cb34b9f965830f4e4cf2ee3 (diff)
downloadfluxbox_paul-24c1ddd6de0d6796e4b5ff183811f2581d23b5bd.zip
fluxbox_paul-24c1ddd6de0d6796e4b5ff183811f2581d23b5bd.tar.bz2
add chbg support to fbsetbg
Diffstat (limited to 'util/fbsetbg')
-rw-r--r--util/fbsetbg10
1 files changed, 8 insertions, 2 deletions
diff --git a/util/fbsetbg b/util/fbsetbg
index 045e172..e438494 100644
--- a/util/fbsetbg
+++ b/util/fbsetbg
@@ -23,7 +23,7 @@
23# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 23# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 24# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25# 25#
26# $Id: fbsetbg,v 1.7 2003/06/06 02:18:34 rathnor Exp $ 26# $Id: fbsetbg,v 1.8 2003/06/29 08:22:24 rathnor Exp $
27 27
28# 28#
29# Portability notes: 29# Portability notes:
@@ -39,7 +39,7 @@
39# 39#
40 40
41# The wallpapersetter is selected in this order 41# The wallpapersetter is selected in this order
42wpsetters='Esetroot wmsetbg display qiv xv xsri xli xsetbg' # broken icewmbg' 42wpsetters='chbg Esetroot wmsetbg display qiv xv xsri xli xsetbg' # broken icewmbg'
43lastwallpaper=${HOME}/.fluxbox/lastwallpaper 43lastwallpaper=${HOME}/.fluxbox/lastwallpaper
44 44
45 45
@@ -144,6 +144,12 @@ xchat won't work right with it. Consider using wmsetbg (from windowmaker)
144or Esetroot (from Eterm)" 144or Esetroot (from Eterm)"
145 145
146case $WPSETTER in 146case $WPSETTER in
147 chbg)
148 full='-once -mode maximize'
149 tile='-once -mode tile'
150 center='-once -mode center'
151 aspect='-once -mode smart -max_grow 100 -max_size 100'
152 debugstory="chbg is a nice app. You won't have any problems."
147 xsri) 153 xsri)
148 full='--center-x --center-y --scale-width=100 --scale-width=100' 154 full='--center-x --center-y --scale-width=100 --scale-width=100'
149 tile='--tile' 155 tile='--tile'