home *** CD-ROM | disk | FTP | other *** search
- Received: from mrcnext.cso.uiuc.edu by garcon.cso.uiuc.edu with SMTP id AA07019
- (5.67a8+/IDA-1.5 for <executor@nacm.com>); Mon, 14 Aug 1995 08:38:29 -0500
- Received: by mrcnext.cso.uiuc.edu (NX5.67d/NeXT-1.0)
- id AA13112; Mon, 14 Aug 95 08:36:26 -0500
- From: stuckey@mrcnext.cso.uiuc.edu (Anthony J. Stuckey)
- Message-Id: <9508141336.AA13112@mrcnext.cso.uiuc.edu>
- Subject: Re: E/L: Larger system font / window decoration
- To: griebel@uni-paderborn.de (Peer Griebel)
- Date: Mon, 14 Aug 1995 08:36:25 -0500 (CDT)
- Cc: executor@nacm.com
- In-Reply-To: <199508140908.LAA26401@univac.uni-paderborn.de> from "Peer Griebel" at Aug 14, 95 11:08:02 am
- X-Mailer: ELM [version 2.4 PL22]
- Mime-Version: 1.0
- Content-Type: text/plain; charset=US-ASCII
- Content-Transfer-Encoding: 7bit
- Content-Length: 959
- Sender: owner-paper@nacm.com
- Precedence: bulk
-
- > - How can I change the window decoration for E/L? I would like to drop the
- > borders drawn by the window manager. I think executor does not announce
- > itself by the window manager. (At least fvwm does not list executor in the
- > program list.) therefore I can not tell fvwm to not draw any border around
- > executor.
-
- FVWM has explicit options for unbordered windows. You could/should
- probably acheive this with a simple edit of your .fvwmrc.
-
- ############################################################################
- # list the windows that don't want a title bar
- NoTitle Fvwm Pager
- NoTitle xclock
- NoTitle xbiff
- NoTitle xpostit
-
- ###########################################################################
- # Here's where I could list NoBorder windows that don't get frames.
- # If a window shows up with NoTitle and NoBorder, it gets no decorations
- # at all.
- # When windows are NoBordered, they look a bit like twm is handling them
- #NoBorder xterm
-
-