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

-rw-r--r-- xoop.1


      1 .TH XOOP 1
      2 .SH NAME
      3 .B xoop
      4 \- loop your X cursor around the edges of the screen
      5 .SH SYNOPSIS
      6 .B xoop
      7 [\fB\-x\fR | \fB\-y\fR]
      8 [\fB\-f\fR]
      9 [\fB\-d\fR]
     10 .SH DESCRIPTION
     11 .B xoop
     12 turns your desktop into a flat torus, so that when the cursor hits one side it
     13 continues and reappears out from the opposite side.
     14 .SH OPTIONS
     15 .TP
     16 .BR \-x
     17 Only allow looping parallel to the x axis.
     18 .TP
     19 .BR \-y
     20 Only allow looping parallel to the y axis.
     21 .TP
     22 .BR \-f
     23 Fork the process.
     24 .TP
     25 .BR \-d
     26 Print extra debug information while running.
     27 .TP
     28 .BR \-h
     29 Print a basic help message.
     30 .SH MULTIMONITOR
     31 xoop assumes that a multiple monitor setup creates a large rectangle with 4
     32 edges, for example if you have two monitors of the same height side-by-side. If
     33 your multi-monitor setup does not produce a large rectangle then the mouse will
     34 only teleport on the far outside edges. This is because it is not always clear
     35 where the mouse should teleport to. Contributions are welcome if you have a
     36 solution!
     37 .SH MULTIMONITOR
     38 xoop is maintained by Matt Colligan @ \fIhttps://mcol.xyz/code/xoop\fR
     39 .P
     40 Contributions/comments @ \fImcol@posteo.net\fR
     41