On Mon, Feb 20, 2006 at 11:09:01AM +0800, huang mingyou wrote:
> the frame's width,the second is how to start some program in
> a frame at the ion2 starting.please help me.

After setting up the winprops as other posters have pointed out, edit
your ~/.xinitrc or ~/.Xclients or whichever script you use to start
ion2.

My ~/.xinitrc looks like this:

#!/bin/bash

xsetroot -solid black &
xset m 4 6 &

#
# Load system and users resources if not already done
# (XSESSION_IS_UP set by xdm in $XLIBDIR/xdm/Xsession)
#
if test "$XSESSION_IS_UP" != "yes" ; then
    XLIBDIR=/usr/X11R6/lib/X11
    test -r $XLIBDIR/Xmodmap    && xmodmap $XLIBDIR/Xmodmap
    test -r $HOME/.Xmodmap      && xmodmap $HOME/.Xmodmap
    test -r $XLIBDIR/Xresources && xrdb -load -retain $XLIBDIR/Xresources
    test -r $HOME/.Xdefaults    && xrdb -I$HOME -merge $HOME/.Xdefaults
    test -r $HOME/.Xresources   && xrdb -I$HOME -merge $HOME/.Xresources
fi

. ~/.keychain/haldeman-sh
/usr/bin/ion3 &
exec /usr/X11R6/bin/xclock -bg black -fg white -geometry 135x25-0-0 -digital 
-face "Courier-8:aspect=.8:minspace=true"



The 'xsetroot' and parameters to xclock are atavisms from earlier window
managers; I don't think xsetroot has much point any more, but neither is
it worth the time to fix it. :)

Attachment: pgpeNTpKLvoFL.pgp
Description: PGP signature

Reply via email to