From 6ce30b39f6a840231ed0bda0476cb4a45e7d77d6 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Sun, 24 Jun 2018 01:15:03 +0200 Subject: [PATCH] Update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1665cc8..09ced2a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # openbox -Openbox setup \ No newline at end of file +Openbox setup + + +## How I enabled tap to click +You will have to figure out the name of your trackpad device yourself of course. + +```bash +if [[ $GDMSESSION == 'openbox' ]]; then + # Enable tap-to-click + xinput set-prop "DLL082A:01 06CB:76AF Touchpad" "libinput Tapping Enabled" 1 +fi +``` \ No newline at end of file