chuwi-minibook-tablet-mode/README.md

17 lines
605 B
Markdown
Raw Normal View History

2019-03-23 14:11:21 +01:00
# tablet-mode
Allow users to toggle a convertible laptop between laptop and tablet mode.
## Configuration
2019-03-23 15:26:21 +01:00
The keyboard and touchpad devices to be deactivated in tablet mode must be specified in `/etc/tablet-mode.conf`:
2019-03-23 14:11:21 +01:00
2019-03-23 15:22:09 +01:00
[Devices]
2019-03-23 14:11:21 +01:00
keyboard = /dev/input/by-path/platform-i8042-serio-0-event-kbd
2019-03-23 15:22:09 +01:00
touchpad = /dev/input/by-path/platform-i8042-serio-1-event-mouse
2019-03-23 14:11:21 +01:00
## Usage
2019-03-23 15:22:09 +01:00
You must be a member of the group `tablet` to toggle between tablet and laptop mode.
2019-03-23 15:00:08 +01:00
You can toggle between tablet and laptop mode by running `toggle-tablet-mode` or use the desktop icon provided with this package.