fuhsjr00 / bug.n

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

Mouse Resetting to the middle of the screen on my second monitor. #252

Closed Werner1201 closed 4 years ago

Werner1201 commented 4 years ago

Firstly, I want to thank you for working on this program, since I'm learning I3wm I wanted to use hotkeys to work with windows too. That said, I'm planning on releasing a i3wm shotcut file to people to use. Going to the point of the issue, everytime I use Firefox on my second monitor and I start loading a new web page, my mouse is reseting to the middle of the screen and when I'm on a page that is dynamicly generating content the mouse goes nuts. I'm going to send my config file so you can take a look if there's any config wrong there. I may also Add that I compliled the program on my PC, so Idk if it does anything different. Config.txt

joten commented 4 years ago

My guess is that bug.n detects a window being activated, when a web page is loaded or reloads content, and with Config_mouseFollowsFocus=1 it resets the mouse Pointer to the middle of the than active window.

Werner1201 commented 4 years ago

Then, Should I remove the focus ? I'll try it later, than I'll give some feedback

Em qui, 21 de mai de 2020 14:22, joten notifications@github.com escreveu:

My guess is that bug.n detects a window being activated, when a web page is loaded or reloads content, and with Config_mouseFollowsFocus=1 it resets the mouse Pointer to the middle of the than active window.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fuhsjr00/bug.n/issues/252#issuecomment-632236640, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACB3K2JUCZJOE4YEYXD7D5TRSVPOVANCNFSM4NFDIEPA .

Werner1201 commented 4 years ago

I guess this fixed the problem. thanks for your help