Go to file
2021-01-05 11:36:46 +01:00
tabletmode Added type hints. 2021-01-05 11:36:46 +01:00
laptop-mode.service Fix. 2019-05-21 15:32:39 +02:00
LICENSE.txt init 2019-03-23 14:11:21 +01:00
README.md Updated README. 2020-03-26 11:49:57 +01:00
setsysmode Refactored python code into library. 2020-03-26 11:47:41 +01:00
setup.py Refactored python code into library. 2020-03-26 11:47:41 +01:00
sysmoded Refactored python code into library. 2020-03-26 11:47:41 +01:00
tablet-mode.desktop Refac. 2019-05-21 15:26:30 +02:00
tablet-mode.group init 2019-03-23 14:11:21 +01:00
tablet-mode.service Fix. 2019-05-21 15:32:39 +02:00
tablet-mode.sudoers Refac. 2019-05-21 15:26:30 +02:00

tablet-mode

Allow users to toggle a convertible laptop between laptop and tablet mode.

Configuration

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": [
        "/dev/input/by-path/platform-i8042-serio-0-event-kbd",
        "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
    ],
    "notify": false
}

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 setsysmode toggle or use the desktop icon provided with this package.