i have teh following line in my .fvwm2rc:
Mouse 1 W M Move
that is, hold alt and click anywhere in a window with the left mouse button
to start a move operation.
i use click to focus.
so, this binding only works on the focused window.
i would like hold alt and be able to click on an unfocused window and have
it behave the same way. i have tried to implement this with a function:
AddToFunc "raise meta move"
+ I Raise
+ I Move
AddToFunc "raise meta move"
+ I Raise
+ M Move
AddToFunc "raise meta move"
+ I Focus
+ M Move
... etc ...
but none of these variations seem to work.
Style * ClickToFocusPassesClick
doesn't help. by its name it *really* seems like it should fix my problem,
so i guess i don't understand something.
any ideas?
--
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 Aug 14 2001 - 01:39:22 BST