--- Zenaan Harkness <[EMAIL PROTECTED]> wrote: 

> I'm thinking of changing though. I do like the GNOME virt. desktop
> pager, panels, and the fact that my Epiphany (gnome's mozilla) windows
> are remembered across reboots.

That's a function of gnome-session. Fvwm allows for you to do exactly what
you're wanting to. :)
 
> On the other hand, if I can lay out my xterms manually, then I can just
> stick em in a shell script and run that each time I boot up to get all
> my terms up in a single hit. I already have a script for starting
> gkrellm, ssh tunnel and gkrellm attached to my server.

why not add them to ~/.xsession (assuming you launch via a graphical DM):

#!/bin/bash

xterm -T "my xterm" -geometry 80x25+12+321 &
xterm -T "my xterm2" -geometry 120x87+500+2 &
...
exec gnome-session

-- Thomas Adam

=====
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor"                 -- http://linuxgazette.net

"<shrug> We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)


        
        
                
___________________________________________________________ALL-NEW Yahoo! Messenger - 
sooooo many all-new ways to express yourself http://uk.messenger.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to