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

Commit 891bf69f7de3527fd005568937a12c9d3a9f00a7
Parent: 279140735dfdce4b48a52b54c6ef7c0c1a15f0de
Author: Laurent Seiler <m2k.networx@gmail.com>
Date: 2024-05-04 12:05:26 +0200
Committer: Laurent Seiler <m2k.networx@gmail.com>
Committed: 2024-05-04 12:05:26 +0200

Readme: Added required libs (for Ubuntu 23.10)

readme Modified

@@ -29,6 +29,18 @@
 -h  help
 
 
+Required libraries
+------------------
+
+On Ubuntu 23.10, the following packages are required:
+
+$ sudo apt install \
+    libxcb-randr0-dev \
+    libxcb-util0-dev \
+    libxcb-xfixes0-dev \
+    libxcb-xinput-dev
+
+
 To install
 ----------