home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / motif / 6011 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.5 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!cs.utexas.edu!hellgate.utah.edu!cc.usu.edu!kaos.declab.usu.edu!hal
  2. From: hal@kaos.declab.usu.edu (000200 Lynch)
  3. Newsgroups: comp.windows.x.motif
  4. Subject: How do I keep window at top level no matter what?
  5. Message-ID: <1992Sep4.100418.58627@cc.usu.edu>
  6. Date: 4 Sep 92 16:04:17 GMT
  7. Article-I.D.: cc.1992Sep4.100418.58627
  8. Sender: hal@kaos (000200 Lynch)
  9. Reply-To: hal@kaos.declab.usu.edu (000200 Lynch)
  10. Distribution: world
  11. Organization: Utah State University
  12. Lines: 31
  13. Nntp-Posting-Host: kaos.declab.usu.edu
  14.  
  15. I am using the mwm window manager.  How can I get a particluar window, in this
  16. case xeyes to always be the top level window, ie never buried?
  17.  
  18. I am using the following in my Mwm file:
  19.  
  20. # Set to Explicit to determine focus by clicking on the window or border
  21. # Set to Pointer to determine focus based on the location of the pointer
  22. Mwm*keyboardFocusPolicy: Pointer
  23.  
  24. # Policy when the window with focus is minimized or removed
  25. # if focuspolicy is explicit, set to true to give focus to
  26. # the window with previous focus
  27. Mwm*autoKeyFocus: True
  28.  
  29. # if focuspolicy is explicit, set to true to give a window focus 
  30. # when it is restored from an icon
  31. Mwm*deiconifyKeyFocus: True
  32.  
  33. # Set to True to raise a window when it is given focus
  34. # Set to False to keep the stacking order the same when a window is given focus
  35. Mwm*focusAutoRaise: True
  36.  
  37. # if focuspolicy is explicit, 
  38. # set to true to give input focus to a window when it is mapped
  39. Mwm*startupKeyfocus: True
  40.  
  41. Thanx
  42. --
  43. Hal Lynch
  44.     Internet: Hal@cache.declab.usu.edu
  45.     DECnet:   USU::HAL
  46.