-
Notifications
You must be signed in to change notification settings - Fork 59
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
Support for high refresh rate monitors #168
Comments
Likely source of the issue: Lines 190 to 192 in 864bdb2
|
I think the fix would be to replace XFlush(x11->display);
std::this_thread::sleep_for(std::chrono::milliseconds(10)); with a simple XSync(x11->display, False); CC @naelstrof |
Yeah that seems like it'll work, someone make a pull request and I'll accept it |
I'm not sure if |
maybe we should even use though I don't have any experience, too. |
On a high refresh rate monitor (in @iambeingtracked's case 144hz) the selection GUI doesn't act as smooth as it should act with such a refresh rate.
Supersedes naelstrof/maim#278
The text was updated successfully, but these errors were encountered: