From d21eaf7b5d481e23e4d014f07797f444bcb20fdd Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 24 Mar 2023 16:38:04 +0000 Subject: update --- m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf | 9 +++++++++ m1/etc/X11/xorg.conf.d/30-modeset.conf | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf create mode 100644 m1/etc/X11/xorg.conf.d/30-modeset.conf (limited to 'm1') diff --git a/m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf b/m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf new file mode 100644 index 0000000..0d1401b --- /dev/null +++ b/m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf @@ -0,0 +1,9 @@ +Section "InputClass" + Identifier "Enable natural scrolling by default" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + MatchDriver "libinput" + Option "Natural Scrolling" "on" + Option "Tapping" "on" + Option "TappingButtonMap" "lmr" +EndSection diff --git a/m1/etc/X11/xorg.conf.d/30-modeset.conf b/m1/etc/X11/xorg.conf.d/30-modeset.conf new file mode 100644 index 0000000..9b1caee --- /dev/null +++ b/m1/etc/X11/xorg.conf.d/30-modeset.conf @@ -0,0 +1,6 @@ +Section "OutputClass" + Identifier "appledrm" + MatchDriver "apple" + Driver "modesetting" + Option "PrimaryGPU" "true" +EndSection -- cgit v1.2.3