From ffd6978317cdffb891757afe6866aac880f59b94 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Thu, 26 Mar 2020 11:49:57 +0100 Subject: [PATCH] Updated README. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee1c6f9..4f7d1dc 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ 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`. +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