From 5976e08cfd0a0e29764f87f2bd50718d69ffb7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Tue, 5 Oct 2021 21:03:40 +0000 Subject: [PATCH] Add 'Home' --- Home.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..68fa717 --- /dev/null +++ b/Home.md @@ -0,0 +1,13 @@ +Welcome to the Wiki. + + +``` +[gmarx@arch ~]$ cat /etc/X11/xorg.conf.d/30-touchpad.conf +Section "InputClass" + Identifier "touchpad catchall" + Driver "libinput" + Option "Tapping" "on" + Option "VertScrollDelta" "-111" + Option "HorizScrollDelta" "-111" +EndSection +``` \ No newline at end of file