home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!uwm.edu!cs.utexas.edu!hellgate.utah.edu!cc.usu.edu!kaos.declab.usu.edu!hal
- From: hal@kaos.declab.usu.edu (000200 Lynch)
- Newsgroups: comp.windows.x.motif
- Subject: How do I keep window at top level no matter what?
- Message-ID: <1992Sep4.100418.58627@cc.usu.edu>
- Date: 4 Sep 92 16:04:17 GMT
- Article-I.D.: cc.1992Sep4.100418.58627
- Sender: hal@kaos (000200 Lynch)
- Reply-To: hal@kaos.declab.usu.edu (000200 Lynch)
- Distribution: world
- Organization: Utah State University
- Lines: 31
- Nntp-Posting-Host: kaos.declab.usu.edu
-
- I am using the mwm window manager. How can I get a particluar window, in this
- case xeyes to always be the top level window, ie never buried?
-
- I am using the following in my Mwm file:
-
- # Set to Explicit to determine focus by clicking on the window or border
- # Set to Pointer to determine focus based on the location of the pointer
- Mwm*keyboardFocusPolicy: Pointer
-
- # Policy when the window with focus is minimized or removed
- # if focuspolicy is explicit, set to true to give focus to
- # the window with previous focus
- Mwm*autoKeyFocus: True
-
- # if focuspolicy is explicit, set to true to give a window focus
- # when it is restored from an icon
- Mwm*deiconifyKeyFocus: True
-
- # Set to True to raise a window when it is given focus
- # Set to False to keep the stacking order the same when a window is given focus
- Mwm*focusAutoRaise: True
-
- # if focuspolicy is explicit,
- # set to true to give input focus to a window when it is mapped
- Mwm*startupKeyfocus: True
-
- Thanx
- --
- Hal Lynch
- Internet: Hal@cache.declab.usu.edu
- DECnet: USU::HAL
-