Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Jan 23, 2021
1 parent 912b450 commit 4d96cfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.12.0)
project(keymapper LANGUAGES CXX)

set(GIT_COMMIT_LAST_TAG "unknown")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ systemctl start keymapperd
keymapper
```

To install it permanently, enable the ```keymapperd``` service:
The package already adds ```keymapper``` to the desktop environment's autostarted applications. As long as the service is not running, it does nothing but wait for the service to start. So to install permanently, only the ```keymapperd``` service has to be enabled:
```
systemctl enable keymapperd
```
Expand Down
1 change: 1 addition & 0 deletions src/linux/server/GrabbedKeyboards.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

#include "GrabbedKeyboards.h"
#include <vector>
#include <cstdio>
#include <cerrno>
#include <array>
Expand Down

0 comments on commit 4d96cfb

Please sign in to comment.