From 9060dc3f1a25eaccf3aa16ec3d4abeea76b834a5 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 20 May 2023 10:46:39 +0300 Subject: [.b/etc] Added libinput and display manager settings Mostly natural scrolling for libinput and lightdm as display manager --- .b/etc/X11/xorg.conf.d/40-libinput.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .b/etc/X11/xorg.conf.d/40-libinput.conf (limited to '.b/etc/X11') diff --git a/.b/etc/X11/xorg.conf.d/40-libinput.conf b/.b/etc/X11/xorg.conf.d/40-libinput.conf new file mode 100644 index 0000000..4857fd4 --- /dev/null +++ b/.b/etc/X11/xorg.conf.d/40-libinput.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Option "NaturalScrolling" "true" + Option "Tapping" "on" + Driver "libinput" +EndSection -- cgit v1.2.3