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

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