¿Cómo habilitar los toques del touchpad en Arch Linux? – Spanish

💡 Todo lo siguiente será ejecutado desde el terminal del sistema.

1. Instalar libinput

2. Crear el archivo 40-libinput.conf

Puedes usar Vim u otro editor de texto de terminal como nano o neovim, en mi caso usaré Vim.

sudo…


This content originally appeared on DEV Community and was authored by Yofre Ormaza

touchpad taps

💡 Todo lo siguiente será ejecutado desde el terminal del sistema.

1. Instalar libinput

image install

2. Crear el archivo 40-libinput.conf

Puedes usar Vim u otro editor de texto de terminal como nano o neovim, en mi caso usaré Vim.

  1. sudo vim /etc/X11/xorg.conf.d/40-libinput.conf

  2. Agrega las siguientes instrucciones:

Section "InputClass"
    Identifier "libinput touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
    Option "Tapping" "on"
    Option "TappingDrag" "on"
    Option "TappingButtonMap" "lrm"
EndSection

3. Guarde el archivo y salga de Vim (:wq)

4. Reinicia tu ordenador

That's it! 💻


This content originally appeared on DEV Community and was authored by Yofre Ormaza


Print Share Comment Cite Upload Translate Updates
APA

Yofre Ormaza | Sciencx (2024-08-15T15:12:14+00:00) ¿Cómo habilitar los toques del touchpad en Arch Linux? – Spanish. Retrieved from https://www.scien.cx/2024/08/15/como-habilitar-los-toques-del-touchpad-en-arch-linux-spanish/

MLA
" » ¿Cómo habilitar los toques del touchpad en Arch Linux? – Spanish." Yofre Ormaza | Sciencx - Thursday August 15, 2024, https://www.scien.cx/2024/08/15/como-habilitar-los-toques-del-touchpad-en-arch-linux-spanish/
HARVARD
Yofre Ormaza | Sciencx Thursday August 15, 2024 » ¿Cómo habilitar los toques del touchpad en Arch Linux? – Spanish., viewed ,<https://www.scien.cx/2024/08/15/como-habilitar-los-toques-del-touchpad-en-arch-linux-spanish/>
VANCOUVER
Yofre Ormaza | Sciencx - » ¿Cómo habilitar los toques del touchpad en Arch Linux? – Spanish. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/08/15/como-habilitar-los-toques-del-touchpad-en-arch-linux-spanish/
CHICAGO
" » ¿Cómo habilitar los toques del touchpad en Arch Linux? – Spanish." Yofre Ormaza | Sciencx - Accessed . https://www.scien.cx/2024/08/15/como-habilitar-los-toques-del-touchpad-en-arch-linux-spanish/
IEEE
" » ¿Cómo habilitar los toques del touchpad en Arch Linux? – Spanish." Yofre Ormaza | Sciencx [Online]. Available: https://www.scien.cx/2024/08/15/como-habilitar-los-toques-del-touchpad-en-arch-linux-spanish/. [Accessed: ]
rf:citation
» ¿Cómo habilitar los toques del touchpad en Arch Linux? – Spanish | Yofre Ormaza | Sciencx | https://www.scien.cx/2024/08/15/como-habilitar-los-toques-del-touchpad-en-arch-linux-spanish/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.