Loop your X cursor around the screen 👉😎👉
git clone https://github.com/m-col/xoop
Files | Refs | Readme | License

Commit 88e806ff27bdbc0e8d3c1180217f704c5ba49675
Parent: 1141cb917b36c2e8ab71b166b86936a79bddc5d4
Author: mcol <mcol@posteo.net>
Date: 2020-09-03 20:11:27 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2020-09-03 20:11:27 +0100

update readme

readme Modified

@@ -9,20 +9,38 @@
                                           ██║
                                           ╚═╝
 
-
 Loop your X cursor around the screen
 
 👉😎👉
 
 
-To install:
+Arguments
+---------
+
+-h  help
+-f  fork
+-x  x axis only
+-y  y axis only
+-d  debug mode
+
+
+To install
+----------
+
 $ make
 $ sudo make install
 
-To uninstall:
+
+To uninstall
+------------
+
 $ sudo make uninstall
 
-This of course only works in X11 and requires libxcb.
 
-Caveats:
- - this won't work with multiple monitors (currently)
+Multimonitor
+------------
+
+xoops assumes that a multiple monitor setup creates a large rectangle with 4
+edges, for example if you have two monitors of the same height side-by-side. If
+your multi-monitor setup does not produce a large rectangle then the mouse will
+only teleport on the far outside edges.