fuhsjr00 / bug.n

Tiling Window Manager for Windows
GNU General Public License v3.0
3.35k stars 212 forks source link

Cursor resets to center of screen when changing desktops #158

Closed joelgraff closed 6 years ago

joelgraff commented 6 years ago

It's not a big deal, but it's a bit annoying when changing desktops, that the mouse cursor is reset to the center of the screen. I would consider that behavior that most users would not expect to have happen. It's really only a problem, though, when I'm switching through desktops, looking for a particular window I had forgotten where I put it.

groenmj commented 6 years ago

Putting the following line in your config.ini will stop this behaviour:

Config_mouseFollowsFocus=0

joelgraff commented 6 years ago

Works great. Thanks!