#!/bin/bash

# touch_id=12
# touch_id=14
touch_id="pointer:DLL075B:01 06CB:76AF Touchpad"

# xinput --set-prop "$touch_id" 279 1
# xinput --set-prop "$touch_id" 299 1

xinput --set-prop "$touch_id" "libinput Tapping Enabled" 1
xinput --set-prop "$touch_id" "libinput Middle Emulation Enabled" 1

# xinput --set-prop $touch_id 297 1
# xinput --set-prop $touch_id 289 1
