From c6bc954c16fa5fcbff71444944986e8c06a083bf Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 22 Mar 2023 17:08:17 +0100 Subject: [PATCH] xorg: remove creating obsolete configuration for synaptics driver --- postplug.d/30xorg | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/postplug.d/30xorg b/postplug.d/30xorg index ec20f86..270076e 100644 --- a/postplug.d/30xorg +++ b/postplug.d/30xorg @@ -1,6 +1,6 @@ #!/bin/bash # xorg - xorg plugin for postplug -# Copyright (c) 2004-2021 by Silvan Calarco +# Copyright (c) 2004-2023 by Silvan Calarco # Copyright (c) 2004-2007 by Davide Madrisan if [ $UID != 0 ]; then @@ -104,22 +104,6 @@ __EOF if [ -e /etc/X11/xorg.conf.d/15-keyboard-apple.conf ]; then rm -f /etc/X11/xorg.conf.d/15-keyboard-apple.conf fi - - [ ! -e /etc/X11/xorg.conf.d/20-synaptics.conf ] && { - cat > /etc/X11/xorg.conf.d/20-touchpad.conf << __EOF -Section "InputClass" - Identifier "touchpad defaults" - Driver "synaptics" - Option "RTCornerButton" "2" - Option "HorizEdgeScroll" "true" - Option "TapButton1" "1" - Option "TapButton2" "2" - Option "TapButton3" "3" - Option "HorizScrollDelta" "0" - MatchIsTouchpad "on" -EndSection -__EOF - } } # (re)create the '/tmp/.ICE-unix' directory with the right permissions