From 7e0f082dba51855e423700968d0c998899b5b813 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 17 Feb 2023 09:33:16 +0100 Subject: Add yoga installation notes --- yoga/etc/X11/xorg.conf.d/20-keyboard.conf | 5 +++++ yoga/etc/X11/xorg.conf.d/30-touchpad.conf | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 yoga/etc/X11/xorg.conf.d/20-keyboard.conf create mode 100644 yoga/etc/X11/xorg.conf.d/30-touchpad.conf (limited to 'yoga/etc/X11') diff --git a/yoga/etc/X11/xorg.conf.d/20-keyboard.conf b/yoga/etc/X11/xorg.conf.d/20-keyboard.conf new file mode 100644 index 0000000..6421415 --- /dev/null +++ b/yoga/etc/X11/xorg.conf.d/20-keyboard.conf @@ -0,0 +1,5 @@ +Section "InputClass" + Identifier "keyboard defaults" + MatchIsKeyboard "on" + Option "XKbOptions" "compose:ralt" +EndSection diff --git a/yoga/etc/X11/xorg.conf.d/30-touchpad.conf b/yoga/etc/X11/xorg.conf.d/30-touchpad.conf new file mode 100644 index 0000000..2564abe --- /dev/null +++ b/yoga/etc/X11/xorg.conf.d/30-touchpad.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "touchpad" + Driver "libinput" + MatchIsTouchpad "on" + Option "Tapping" "on" + Option "NaturalScrolling" "on" + Option "ClickMethod" "clickfinger" +EndSection -- cgit v1.2.3