On Tue, Feb 17, 2004 at 10:47:57AM -0500, Ryan Daly wrote:
> I'm trying to have GKRellm start in a certain location on my desktop. 
> For some reason, the app starts, goes to my specified location, but then
> warps itself to +0+0.  Is there a Style option that I may be missing?  Am
> I not covering something with my function?
> 
> 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
?
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 - 03:05:56 GMT