Erik Jakobsen wrote: > How can I set xterms to max every time I start one up.
Not entirely sure. Two thoughts: * you could use the -geometry option to set it to a particular size (I realize that's not the same as maximising but perhaps it will be enough) * according to the man page there is an action called 'maximize()'. So you could bind that action to a key in your resource file and then send a key event to the window once it's created. That does what you want, but is messy. Cheers, Dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
