On Wed, Feb 18, 2004 at 11:29:02AM +0100, calmar wrote:
> Dominik Vogt <fvwm_at_fvwm.org> writes:
>
> Hi Dominik,
>
> >> AddToFunc "GK-Init"
> >> + "I" Exec exec /usr/bin/gkrellm
> >> + "I" Wait gkrellm
> >> + "I" Next gkrellm ResizeMove 97x449-0+64
> >
> > How about
> >
> > + I exec /usr/bin/gkrellm --geometry 97x449-0+64
> >
>
> I had(ve) also my problems with something similar like the
> above. (Actually it works fine for me, because I found another
> solution).
>
> But _why_ is the function-definition GK-Init not working above?
Because gkrellm moves its own window after fvwm moves it. With
Style gkrellm NoPPosition, FixedPPosition
you should be able to prevent gkrellm from moving its windows.
(The NoPPosition option is probably unnecessary).
> Would there be any explanation? is it because some programs want
> to do 'their' own thing? Is it because some p.e Resize.. Commands
> have some undocumented limitations?
Ciao
Dominik ^_^ ^_^
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Feb 18 2004 - 05:17:29 GMT