Is it possible to ignore warp-mouse-to-focus when using niri msg
#1850
cornservant
started this conversation in
Ideas
Replies: 1 comment
I think this would make more sense. Or |
0 replies
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.
Hi, I added buttons to my waybar which allow me to scroll to the left/right column via mouse click. This is of course based on the niri's IPC protocol and
niri msg.The waybar in question:

Now it doesn't quite work well, because I also enjoy using the
warp-mouse-to-focusoption, so whenever I click on the "focus the column to the right" button it also moves the cursor away from the button right after.I can imagine two solutions, neither of which would be "quick fixes" AFAICT
warp-mouse-to-focusto be temporarily be disabled.--no-warp-mouseflag to various actions.All reactions