Christian Aistleitner <tmgisi_at_gmx.at> writes:
> Hello,
>
> So what I was looking for was something like:
>
> Style XTerm StartMaximized
Xterm understands X resources.
I use rxvt instead of xterm, but a similar approach would work
for xterm.
Here is what I use to force rxvt to almost full screen height
(font matters too):
#if ( HEIGHT == 900 )
Rxvt.geometry: 80x55
#elif ( HEIGHT == 1024 )
Rxvt.geometry: 80x65
#elif ( HEIGHT == 768 )
Rxvt.geometry: 80x47
#else /* I have no idea... */
Rxvt.geometry: 80x40
#endif
"HEIGHT" is defined by xrdb which loads the xresources.
Fvwm sets variables for the screen dimensions which can
be used in Piperead for this kind of thing.
--
Dan Espen E-mail: dane_at_mk.telcordia.com
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Sep 17 2003 - 20:39:08 BST