BurntSushi / wingo

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

Focus follows mouse when rearranging windows behaves strangely #107

Open rmt opened 10 years ago

rmt commented 10 years ago

When rotating windows with AutoSwitchNext/AutoSwitchPrev, the focus will change away from the active window to the window with the mouse over it, if the window with the mouse over it is moved. The correct behaviour in this case should be to retain focus on the originally focused window, ignoring the current mouse location during the window-swap operation.

kvap commented 3 years ago

Noticed that too. I cannot use it with focus following enabled because of this.