BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 90 forks source link

fix for bug #29 breaks window dragging #32

Closed BurntSushi closed 12 years ago

BurntSushi commented 12 years ago

The fix for issue #29, which grabs the pointer when transitioning a window to a new workspace, breaks moving windows with the mouse to another monitor. The problem is that the grab interferes with the drag, and as a result, Wingo locks up.

The fix here should be a real fix for issue #29.