[openbox]removed synaptics - added tap-to-click

This commit is contained in:
fhdk 2018-04-03 18:32:57 +02:00
parent 3e947ce190
commit 9933cbb934
2 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,6 @@ xorg-xkill
xf86-input-keyboard
xf86-input-libinput
xf86-input-mouse
#xf86-input-synaptics
## nice programs
bash-completion
@ -42,8 +41,7 @@ networkmanager-dmenu
## browser
lynx
midori
>extra chromium
chromium
>extra firefox
## terminal

View File

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "tap-by-default"
MatchIsTouchpad "on"
MatchDriver "libinput"
Option "Tapping" "on"
EndSection