xoop: a tool to make the X cursor loop around the screen - Programming On Unix

Users browsing this thread: 1 Guest(s)
mcol
Nixers
For the lols I recently have been working on this little project I call xoop (found here).

Basically all it does is allow for the cursor in X to appear at the other end of the X screen when it hits one side. Here I mean screen like X means screen, i.e. the total areal sum of all monitors. A current limitation with multi-monitors is that it only really works if the X screen is rectangular, but as long as it is (same sized monitors side-by-side, or just 1 monitor) then it works great.

At least, it works great on my system - so I am very interested to hear "it doesn't work" if someone has issues.

At first it feels a bit weird but after a while it has become second nature, which I've found very interesting.

Let me know what you guys think!


Messages In This Thread
xoop: a tool to make the X cursor loop around the screen - by mcol - 07-09-2020, 10:56 AM