Track ~/.xlaunch.d.zondaii/
[khome.git] / home / .xlaunch.d.zondaii / xinput
1 #! /bin/bash
2
3 set -e
4
5 touchpad_name='DLL096D:01 06CB:CDE6 Touchpad' # Dell XPS 13 9300
6
7 # Enable tap-to-click (1-finger: left-click, 2-finger: right-click)
8 xinput set-prop "$touchpad_name" 'libinput Tapping Enabled' 1
This page took 0.07091 seconds and 4 git commands to generate.