home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text3843.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.7 KB  |  42 lines

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