>>>>> "SG" == Sharad Gaur <gaur_at_cadence.com> writes:
SG> Q.1) How can I add a single application to all the desks??
SG> (Like FWM Pager is there on all the desks)
There is no magic about the Pager.
And you even suggest yourself how to find out how it works:
Search you rc file for the pager,
and find something like
Style "FvwmPager" Sticky
`Sticky' is the attribute you ask for.
SG> Q.2) When ever I click mouse on any of the windows
you mean withing the pager!?!
that only makes it appear and `raise'.
SG> it is brought
SG> to the top but I have to click again to get it in context??
SG> What I want is that as I move my mouse on a xterm it should
SG> become active and my keyboard input should go to that xterm.
Well, there are different models of how the focus follows the mouse.
>From the `rc' file:
#Style "*" ClickToFocus
That one was used before (obviously without `#').
Style "*" SloppyFocus
But I also prefer this one.
I found that only by using the fvwm(95) `Configure' module
(they call it `trails mouse' there;
the alternatives are `follows mouse' and `click' (i.e. `click to type')),
which was removed temporarily from the distribution,
and looking at the `rc' `includable' file generated by it.
SG> Rightnow I have click once to make that xterm active.
jh
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Mon Feb 17 1997 - 04:44:43 GMT