On 14 Nov 2003 00:15:05 -0600, paul harris wrote:
>
> I figured it out - when I have strokes defined then the pasting
> operation does not work properly - having e.g this will break it:
>
> Stroke 852 2 A N Exec exec xterm -fg white -bg black &
>
>
> I can live without strokes - but they are nice.
With this binding you ask explicitely for your mouse 2 to stop to work in
applications. Do not configure it "A"nywhere.
Here is a better example (a small piece from fvwm-themes):
# mouse 3 with no modifier on the root window
Mouse 3 R A StrokeFunc FeedBack DrawMotion StrokeWidth 2
# mouse 3 with Alt on a window
Mouse 3 WD M StrokeFunc FeedBack DrawMotion StrokeWidth 2
# A | from the top to the bottom
Stroke N852 0 R A FuncFvwmTerminal
Stroke N852 0 WD M FuncFvwmTerminal
# A | from the bottom to the top
Stroke N258 0 R A FuncFvwmEditor
Stroke N258 0 WD M FuncFvwmEditor
Regards,
Mikhael.
--
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 Fri Nov 14 2003 - 08:05:37 GMT