home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1553.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  960 b   |  24 lines

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