Hello,
I used to have the following menu when I was using Fvwm v.1 :
Popup "Utilities"
Exec "xterm" exec xterm -e /bin/bash &
Nop ""
Module "identity" FvwmIdent
Refresh "refresh"
Destroy "destroy"
EndPopup
This menu didn't have any title, and by using:
Mouse 1 R A PopUp "Utilities"
I could click anywhere on the root window, the "xterm" entry of the menu
would appear directly below the mouse pointer, be selected and it would
immediatly fire up an xterm window.
Now with version 2, I have the following:
AddToMenu "Utilities" "xterm" Exec exec xterm -e /bin/bash
+ "" Nop
+ "identity" Module FvwmIdent
+ "refresh" Refresh
+ "destroy" Destroy
Mouse 1 R A Popup "Utilities"
The behavior is the same, except that now there has to be a slight delay
between the mouse button press/release for the xterm window to show up...
I.e. before I just had to click and however fast I was doing it, it would
work. Now I have to press the button, wait a little, then release the
button, otherwise it doesn't work...
Does somebody know how to get rid of the delay ?
Thanks,
Philippe
--
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 Sat Aug 28 1999 - 21:44:44 BST