From 4ae4a5c24a7b8957aabafa62a49c71aee2d9ddf4 Mon Sep 17 00:00:00 2001 From: Johannes Bensmann Date: Mon, 10 Jun 2019 11:34:56 +0200 Subject: added a README --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3