commit 5976e08cfd0a0e29764f87f2bd50718d69ffb7a3 Author: Gerardo Marx Chávez-Campos Date: Tue Oct 5 21:03:40 2021 +0000 Add 'Home' 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