Skip to content

Commit

Permalink
README: move the 'Configuration' section into 'How to use'
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Nov 19, 2018
1 parent 2f7ca97 commit c451f01
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,7 @@ possible to erase something with the other end of the (Wacom) pen.
Undo/redo commands are cumulative. For example, sending two undo commands
will undo the last two strokes. The maximum undo/redo depth is 4 strokes.


## Building it

Gromit-MPX uses CMake as its build system. Thus, it's the usual:

mkdir build
cd build
cmake ..
make

from the root of the source tree.


## Configuration:
### Configuration:

Gromit-MPX is configurable via the file `gromit-mpx.cfg` in the
directory defined by `$XDG_CONFIG_HOME` (usually `~/.config`). Here
Expand Down Expand Up @@ -158,7 +145,7 @@ and Modifiers (`SHIFT`, `CONTROL`, `ALT`, `META`, while `ALT==META`).
"Core Pointer"[2] = "green Marker";
"Core Pointer"[Button3] = "Eraser";

The descision, which tool to use follows a simple policy:
The descision which tool to use follows a simple policy:

1. Buttons are more important than Modifiers
2. Low number Buttons are more important than higher ones
Expand All @@ -170,6 +157,17 @@ The descision, which tool to use follows a simple policy:
The same logic holds for the buttons.


## Building it

Gromit-MPX uses CMake as its build system. Thus, it's the usual:

mkdir build
cd build
cmake ..
make

from the root of the source tree.


## Potential Problems:

Expand Down

0 comments on commit c451f01

Please sign in to comment.