Replies: 1 comment
-
It doesn't, though #630 provides wlr-virtual-pointer which might be useful for this (idk if there are any clients that make use of it). Also I guess it shouldn't be too difficult to implement via IPC, but this invites a whole host of other IPC like pressing mouse buttons, pressing keyboard buttons, and so on, for which the virtual input device protocols already exist. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Niri have a built-in function to move the cursor to a specified position, like Hyprland's
hyprctl dispatch movecursor x y
? I'm looking for a solution to control the mouse via keyboard with a custom script. I've tried xdotool, xautomation, ydotool, and warpd, but they either don't work or aren't intuitive.Beta Was this translation helpful? Give feedback.
All reactions