BurntSushi / wingo

A fully-featured window manager written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Focus follows mouse when rearranging windows behaves strangely

rmt opened this issue · comments

commented

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.

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