From f96e4501018bb6e199b728a208df904404f47199 Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Tue, 22 Dec 2020 15:02:11 +0000 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 512c6ae..660216d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -3,11 +3,11 @@ This a proof-of-concept Linux userspace driver to hardware-enable/-disable the t It syncs up with the software toggle in the gnome settings deamon. It comes with some known disfuctionalities: - - only works on desktop evnironments using gsettings/gio - - does not work on loginscreen(gdm) - - needs to be started for every user seperatly - - every user needs write access to the /dev/hidraw* device for the touchpad (udev *.rules included) - - switching between 2 users is not detected (on next toggle the software and hardware disable will be in sync again however) +- only works on desktop evnironments using gsettings/gio +- does not work on loginscreen(gdm) +- needs to be started for every user seperatly +- every user needs write access to the /dev/hidraw* device for the touchpad (udev *.rules included) +- switching between 2 users is not detected (on next toggle the software and hardware disable will be in sync again however) Author: Werner Sembach