„05 - synaptics-tap-click“ hinzufügen
This commit is contained in:
9
05 - synaptics-tap-click
Normal file
9
05 - synaptics-tap-click
Normal 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
|
Reference in New Issue
Block a user