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

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