Disable Keyboard in Archlinux

how to disable Builtin keyboard

image loading ...

Mission

Disabling the built-in laptop keyboard on Arch Linux can be achieved by using either the xinput tool for Xorg-based sessions or by creating a udev rule. Below are the steps for xinput.

Solution

xinput list
xinput disable 12
sudo libinput list-devices
 

Reference

xinput