From e1806e6677c8312f79e1bd8f66308cb66463efc3 Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Fri, 29 Sep 2017 20:27:59 +0800 Subject: [PATCH] Update README for input permissions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ca3a4..794d00c 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,14 @@ Comfortable 3-finger and 4-finger swipe gestures. Uses Xdotool in native C++. Fo 1. `comfortable-swipe-serve` 2. Flick away! +### Input Permissions +Sometimes, you'll need some permissions to read touchpad input data. Perform these steps to solve the permission issue: + +1. `sudo gpasswd -a input $USER` +2. Log out / log back in + ## Optional: Add to Startup Applications 1. `gnome-session-properties` -2. Click `Add` +2. Click `Add`, then enter `comfortable-swipe-serve` ![Comfortable Swipe](img/sample.png) \ No newline at end of file