Hi,
Stefan Monnier wrote:
> Stefan "who agrees that setting geometry info in ctwmrc would be
> great for some apps, even some which do support -geometry"
Hmm, it is actually possible to define fixed geometry for specific windows
via the ctwm config file. Look out for the WindowGeometries list. From my
.ctwmrc:
|WindowGeometries {
| "Mozilla" "MaxGeom"
| "*Acrobat*" "MaxGeom"
| "PornView*" "MaxGeom"
| "*OpenOffice*" "MaxGeom"
|}
(MaxGeom is a standard X geometry string calculated by some M4 macro)
Regards, Marcel.