bbidulock / icewm

A window manager designed for speed, usability, and consistency
Other
585 stars 98 forks source link

Buttons not clicked when moving mouse a little #575

Closed gprints closed 1 year ago

gprints commented 3 years ago

This probably is related to the already solved #527, the behaviour of icewm has changed vom 1.3 to 2 and is now different from what other applications do. If you click a Workspace button, but move the mouse one pixel before releaseing the button, this is not being considered as a click on the button. IMO this is a bug.

gijsbers commented 3 years ago

In addition there is this to tweak:

#  Pointer motion distance before click gets interpreted as drag.
# ClickMotionDistance=4 # [0-32]

#  Delay in ms before click gets interpreted as drag.
# ClickMotionDelay=200 # [0-2000]