Okay,
So, I'm not using the beautiful X-4.2.1 quartz wm anymore. I'm relegated to
some of the less beautiful one (like fluxbox). So, here's my question. How do I
access the menus?? When I middle-mouse-button click on the desktop, I am back
to the finder. How can I access this?
Last question, I can't seem to start more than one client in xinitrc. Here's
what it looks like (and only the 1 xterm comes up):
---- begin ----
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
. /sw/bin/init.sh
# xset +fp /Users/poetiq/Documents/fonts
# xset fp rehash
# xfontpath install applettf freefont ghostscript/Type1 konsole msttf sharefont
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
# start some nice programs
fluxbox &
exec xterm -geometry 90x30+0+0
exec xterm -geometry 90x5+0+640
------- end -------
That's the last one for the day. My head's hurting :-)
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners