16 lines
605 B
Markdown
16 lines
605 B
Markdown
# tablet-mode
|
|
|
|
Allow users to toggle a convertible laptop between laptop and tablet mode.
|
|
|
|
## Configuration
|
|
|
|
The keyboard and touchpad devices to be deactivated in tablet mode must be specified in `/etc/tablet-mode.conf`:
|
|
|
|
[Devices]
|
|
keyboard = /dev/input/by-path/platform-i8042-serio-0-event-kbd
|
|
touchpad = /dev/input/by-path/platform-i8042-serio-1-event-mouse
|
|
|
|
## Usage
|
|
|
|
You must be a member of the group `tablet` to toggle between tablet and laptop mode.
|
|
You can toggle between tablet and laptop mode by running `toggle-tablet-mode` or use the desktop icon provided with this package.
|