-
-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't simulate mouse movement on focus change in follow_mouse = 2/3 if no_warps is false #7015
Don't simulate mouse movement on focus change in follow_mouse = 2/3 if no_warps is false #7015
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if it works, it's fine
ah clang-format missing lole |
@vaxerski would you like a GitHub-action that automatically runs clang-format and makes a commit in the pr (happens every time the pr is updated)? |
no |
24db1c4
to
8e258e9
Compare
clang-formatted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
…f no_warps is false
8e258e9
to
f20bfba
Compare
Describe your PR, what does it fix/add?
Fixes #4949
(Technically, it looks like the original issue was fixed already in 7ea555da7, but the case described in my comment is still broken and will be fixed by this PR).
Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)
I've tested all combinations of
input:follow_mouse
andcursor:no_warps
; the behavior in this PR seems more consistent with how they're described in all cases.Is it ready for merging, or does it need work?
Ready as far as I'm aware.