home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text3841.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.0 KB

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