home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16516 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sgigate!sgi!fido!agomoda!williams
  2. From: williams@agomoda.asd.sgi.com (Eric Williams)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: borderless window
  5. Date: 16 Nov 1992 21:13:48 GMT
  6. Organization: Silicon Graphics, Inc.  Mountain View, CA
  7. Lines: 18
  8. Message-ID: <1e92ucINNh60@fido.asd.sgi.com>
  9. References: <34110@adm.brl.mil>
  10. NNTP-Posting-Host: agomoda.asd.sgi.com
  11.  
  12. In <34110@adm.brl.mil> driscoll@pica.army.mil (Joseph D. Driscoll) writes:
  13.  
  14. >Does anyone know how to open a wsh(xwsh,xterm or any other) without any 
  15. >border at all (no frame, no scrollbar, no title box, etc.) ? We are currently
  16. >using 4Dwm as the window manager. thanks in advance.
  17.  
  18. 4Dwm controls this sort of thing.  See the man page for 4Dwm and Mwm.  (4Dwm
  19. is a superset of Mwm, so both man pages apply.)  In particular you want the
  20. "clientDecoration" resource (which is described in the Mwm man page).  
  21.  
  22. e.g.  Add:
  23.  
  24. 4Dwm*windowname*clientDecoration:     none
  25.  
  26. to your .Xdefaults, then restart 4Dwm and run `xwsh -name windowname` to
  27. get an XWsh that has no border decorations.
  28.  
  29. -Eric Williams, williams@sgi.com
  30.