Newsgroups: comp.windows.x
Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uupsi!cci632!ritcsh!mikel
From: mikel@ritcsh.csh.rit.edu (Mike Leibow)
Subject: Re: tvtwm and shape extensions - how to get rid of the window frame?
Message-ID: <1991Apr11.142155.6530@ritcsh.csh.rit.edu>
Organization: Computer Science House @ RIT, Rochester, NY.
References: <1991Apr6.003849.12331@servalan.uucp> <SHAWN.91Apr8103514@litsun.epfl.ch> <APPEL.91Apr8041548@sting.xcf.Berkeley.EDU>
Date: Thu, 11 Apr 1991 14:21:55 GMT
Lines: 25

In article <APPEL.91Apr8041548@sting.xcf.Berkeley.EDU> appel@xcf.Berkeley.EDU (Shannon D. Appel) writes:
...
>
>Ok, so put lines like this in your .twmrc:
>
>Button1 =  s  : window  : f.move
>Button2 =  s  : window  : f.iconify
>Button3 =  s  : window  : f.resize
>
>and then when in the window, if you hit shift-left, you can move the
>window, shift-middle and you can iconify, and shift-right and you
>can resize, and then you don't need title bars

Or, if you don't like using a shift or meta key, you can always use menus
to do these functions:

Button1 = : root : f.menu "windowops"
menu "windowops"
{
"Move"          f.move
"Iconify"       f.iconify
"Resize"        f.resize
"Raise"         f.raise
"Lower"         f.lower
}
