home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / 17890 < prev    next >
Encoding:
Internet Message Format  |  1992-12-12  |  2.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!relay!relay2!afterlife!adm!news
  2. From: jj@aquarium.esd.sgi.com (Jennifer Jacobi)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: XWSH Configuration
  5. Message-ID: <34572@adm.brl.mil>
  6. Date: 12 Dec 92 10:11:19 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 53
  9.  
  10.  
  11. In article <34442@adm.brl.mil>, SUTPHINWB@npt.nusc.navy.mil writes:
  12. > Any special escape code that will allow XWSH to have a boarder without
  13. > any buttons, scroll bars or title bar?  I can get rid of everything, but
  14. > I can't get a boarder after I do.
  15.  
  16. I am not sure if I understand you question completely.
  17.  
  18. If what you are trying to do is get rid of the window manager decorations
  19. around your XWsh, then you can do the following under 4Dwm or mwm.
  20.  
  21. place in your .Xdefaults file the following line:
  22.  
  23. 4Dwm*XWsh*clientDecoration: none
  24. for mwm
  25. Mwm*XWsh*clientDecoration: none
  26.  
  27.  
  28.  
  29. If you want to get rid of all the decorations EXCEPT the border and 
  30. resize handles then put the following line in your .Xdefaults
  31.  
  32. 4Dwm*XWsh*clientDecoration: resizeh
  33. for mwm
  34. Mwm*XWsh*clientDecoration: resizeh
  35.  
  36.  
  37. Now restart the window manager so that these resource settings are loaded
  38. in.
  39.  
  40.  
  41. If you select "none" as your window manager decorations, then you must always
  42. use <Alt><space bar> over the XWsh to get your window manager menu.
  43.  
  44. If you select "resizeh" as your window manager decorations, then you can 
  45. use the above sequence to get your window manager menu AND
  46.  
  47. left mouse button over the border   : resize the window
  48. middle mouse button over the border : move the window
  49. right mouse button over the border  : this gets you the window manager menu.
  50.  
  51.  
  52. As for the scrollbar in the XWsh, I think there is some way to do that --
  53. but I don't know about it off the top of my head.  Check the XWsh man
  54. page on your system.
  55.  
  56. --jj
  57.  
  58. ----jj@sgi.com------------------------------------------------------
  59. Calvin's dad on the load limit of bridges: "They drive heavier and 
  60. heavier trucks across the bridge until it breaks, then they weigh the 
  61. last truck and rebuild the bridge."  Sounds uncomfortably close to the
  62. way a lot of software is written...
  63.