Updated README.
This commit is contained in:
parent
309bafd5d1
commit
ffd6978317
1 changed files with 4 additions and 2 deletions
|
@ -5,12 +5,14 @@ Allow users to toggle a convertible laptop between laptop and tablet mode.
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The devices to be deactivated in either *tablet* or *laptop* mode must be specified in `/etc/tablet-mode.json`.
|
The devices to be deactivated in either *tablet* or *laptop* mode must be specified in `/etc/tablet-mode.json`.
|
||||||
|
Optionally you can specify whether desktop notifications shall be send when changing the mode using the *notify* flag.
|
||||||
|
|
||||||
{
|
{
|
||||||
"tablet": [
|
"tablet": [
|
||||||
"/dev/input/by-path/platform-i8042-serio-0-event-kbd",
|
"/dev/input/by-path/platform-i8042-serio-0-event-kbd",
|
||||||
"/dev/input/by-path/platform-i8042-serio-1-event-mouse"
|
"/dev/input/by-path/platform-i8042-serio-1-event-mouse"
|
||||||
]
|
],
|
||||||
|
"notify": false
|
||||||
}
|
}
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Add table
Reference in a new issue