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

  1. Content-Transfer-Encoding: 7bit
  2. Content-Length: 959       
  3. Sender: owner-paper@nacm.com
  4. Precedence: bulk
  5.  
  6. > - How can I change the window decoration for E/L? I would like to drop the
  7. >   borders drawn by the window manager. I think executor does not announce
  8. >   itself by the window manager. (At least fvwm does not list executor in the
  9. >   program list.) therefore I can not tell fvwm to not draw any border around
  10. >   executor.
  11.  
  12.     FVWM has explicit options for unbordered windows.  You could/should
  13. probably acheive this with a simple edit of your .fvwmrc.
  14.  
  15. ############################################################################
  16. # list the windows that don't want a title bar
  17. NoTitle Fvwm Pager
  18. NoTitle xclock
  19. NoTitle xbiff
  20. NoTitle xpostit
  21.  
  22. ###########################################################################
  23. # Here's where I could list NoBorder windows that don't get frames.
  24. # If a window shows up with NoTitle and NoBorder, it gets no decorations
  25. # at all.
  26. # When windows are NoBordered, they look a bit like twm is handling them
  27. #NoBorder xterm
  28.  
  29.