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

disable window dragging for maximized windows #37

Closed BurntSushi closed 11 years ago

BurntSushi commented 12 years ago

As it stands, clicking the title bar on a maximized window initiates a drag and screws up restoration state.

BurntSushi commented 11 years ago

I would not be opposed to re-enabling the old behavior only if the dragging was a bit more polished. i.e., a drag would only be initiated when the mouse has moved some number of threshold pixels.