summaryrefslogtreecommitdiff
path: root/README.md
blob: 34073995e48e24e198f5293c3c98da5819d96fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# xmouseless

This program is a replacement of the physical mouse for X11.
It aims to be simple and efficient.

Features:
- move the mouse with different speeds
- click and grab
- execute shell commands

## Installation

```
make
sudo make install
```

## Configuration

Edit config.h and reinstall. The configuration file should be self explaining.

## 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.