summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a2c32d9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+# xmouseless
+
+This program is a replacement of the physical mouse for X11.
+
+Features:
+- move the mouse with different speeds
+- click and grab
+- execute shell commands
+
+It aims to be simple and efficient.
+
+## Installation
+
+```
+make
+sudo make install
+```
+
+## Configuration
+
+Edit config.h and reinstall.
+
+## Usage
+
+When starting xmouseless, it grabs the keyboard and all defined bindings are
+available. When pressing an exit key, the program exits.
+
+You probably want to define a key binding for xmouseless in your desktop
+environment or window manager.