„05 - synaptics-tap-click“ hinzufügen

This commit is contained in:
2022-02-05 12:30:18 +01:00
parent f37a7288d1
commit 412e3d65ae

9
05 - synaptics-tap-click Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Enable "tap click"
mkdir -p /etc/X11/xorg.conf.d
echo "Section \"InputClass\"
Identifier \"touchpad catchall\"
Driver \"synaptics\"
MatchIsTouchpad \"on\"
Option \"TapButton1\" \"1\"
Option \"TapButton2\" \"3"\" > /etc/X11/xorg.conf.d/50-synaptics.conf