Hardware cursor doesn't update unless mouse is moved #11271
Unanswered
danielwerg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At this point unless there is mouse input/movement cursor won't update. You might ask how do I know it doesn't update? Well, it doesn't turn blue with hyprsunset on, see hyprwm/hyprsunset#48.
This is important to make a workaround for hyprwm/hyprsunset#48. Idea is that I would only enable hardware cursors while using hyprpicker in color picker script or any other script that needs screen to be frozen, I have several.
My current workaround is to call
sudo ydotool mousemove -x 1 -y 0 && sudo ydotool mousemove -x -1 -y 0
after enabling hardware cursor but this requires to runydotoold
and I don't use this tool for anything else. Ideally this should be done withhyprctl
alone.Beta Was this translation helpful? Give feedback.
All reactions