From 9ebc33a30b0391b4adc4e06134d56fb8e6e40c1c Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 20 Jul 2022 15:47:07 +0200 Subject: [PATCH] Remove old xorg touchpad config --- arch-config/etc/X11/xorg.conf.d/30-touchpad.conf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 arch-config/etc/X11/xorg.conf.d/30-touchpad.conf diff --git a/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf b/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf deleted file mode 100755 index 376f9c40..00000000 --- a/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf +++ /dev/null @@ -1,7 +0,0 @@ -Section "InputClass" - Identifier "touchpad" - Driver "libinput" - MatchIsTouchpad "on" - Option "Tapping" "on" - Option "ScrollMethod" "twofinger" -EndSection