summaryrefslogtreecommitdiff
path: root/README.md
blob: 0b29865806ed0cc6a0b74536bd046ba74b4d15ad (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
29
# xmouseless

This program is a replacement for the physical mouse in 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.