On Mon, May 27, 2002 at 09:13:15AM -0700, Jukka Lehti wrote:
> > > 2) I have a menu containing few Popups:
> > >
> > > AddToMenu "Utilities"
> > > + "Program Menu" Title
> > > + "xterm" Exec exec xterm &
> > > + "Mozilla" Exec exec mozilla &
> > > + "" Nop
> > > + "Applications" Popup Apps
> > > + "Utilities" Popup Utils
> > > ...
> > >
> > > There seems to be short delay before a Popup is
> > shown
> > > when I move pointer there. How can I disable this
> > > delay?
> >
> > Take a look at the MenuStyle command. You prabably
> > want something like
> >
> > MenuStyle * PopupImmediately
>
> I've already tried that, no result. I have following
> line in my config file:
> MenuStyle Wheat DimGrey Black lucidasanstypewriter-12
> Mwm PopupImmediately PopdownImmediately
That's not a legal MenuStyle line. You are mixing the old and the
new MenuStyle syntax. Remove all your MenuStyle lines and try
this instead:
MenuStyle * mwm, Font lucidasanstypewriter-12
MenuStyle * Foreground Wheat, Background DimGrey, Greyed Black
MenuStyle * PopupImmediately, PopdownImmediately
It's important to issue the mwm style first because it resets most
of the other options, including PopupImmediately.
> One more question I noticed: in fvwm1 was options
> StickyForeColor and StickyBackColor. How can I set
> colors for Sticky windows in fvwm2?
They were removed for some reason in fvwm2. I don't know exactly
why. One day the functionality will come back, but right now you
can't do anything about it.
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
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 Tue May 28 2002 - 07:24:26 BST