Enable touchpad on horlamca
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 19 Apr 2023 18:15:47 +0000 (14:15 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 19 Apr 2023 18:15:47 +0000 (14:15 -0400)
home/.xlaunch.d.horlamca/xinput

index 1e00a82..f4a8d49 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-#touchpad_name='DELL0A6A:00 0488:120A Touchpad'  # Dell Precision 7760
+touchpad_name='DELL0A6A:00 0488:120A Touchpad'  # Dell Precision 7760
 
 # Enable tap-to-click
-#xinput set-prop "$touchpad_name" 'Synaptics Tap Action' 0 0 0 0 1 3 2
+xinput set-prop "$touchpad_name" 'Synaptics Tap Action' 0 0 0 0 1 3 2
This page took 0.017457 seconds and 4 git commands to generate.