Update README

master
Hugo Thunnissen 6 years ago
parent fe8c3b1be8
commit 6ce30b39f6

@ -1,3 +1,14 @@
# openbox
Openbox setup
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
```
Loading…
Cancel
Save