"Shriver, Daniel" <[email protected]> writes: > We have 2 GUI's that run on a screen, one with a tiny window that sits > on top of another which takes up all the screen real estate. > > We want keyboard events to always go to the GUI (on bottom) that takes > up the screen. Mouse events should behave normally (if they are > inside the small window they go to that app, otherwise they go the app > that sits on bottom). > > Is this possible with FVWM or not?
Is this some kind of dedicated app, Ie. the only thing running? If so, you probably want to grab keyboard focus . > Also I'm confused about how to identify the applications to FVWM (most > examples use the "name" of the application, but where is this name > coming from, how is it set: Do I have to launch the application from > inside FVWM to assign its name, or is the "name" what I see in a "ps > -ef" for that application?) Applications are identified using Name, Class, and Resource (part of X-Windows). Use FvwmIdent to see what they are set to in your application. On this list, replies are in context.
