summaryrefslogtreecommitdiff
path: root/README.md
blob: 00d038949275a59ae387efa315f9ac2907bb6380 (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
30
31
32
33
34
35
# 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
```

If you are not using an Arch based distro you might have to install some headers, e.g. on
Debian based distros:
```
sudo apt-get install libx11-dev libxtst-dev
```

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