xinput

List available input devices, query information about a device and change input device settings. More information: <https://manned.org/xinput>.

Install

All systems
curl cmd.cat/xinput.sh
Debian Debian
apt-get install xinput
Ubuntu
apt-get install xinput
Alpine
apk add xinput
Arch Arch Linux
pacman -S xinput
image/svg+xml Kali Linux
apt-get install xinput
CentOS
yum install xinput
Fedora
dnf install xinput
Windows (WSL2)
sudo apt-get update sudo apt-get install xinput
Raspbian
apt-get install xinput
Docker
docker run cmd.cat/xinput xinput powered by Commando

List available input devices, query information about a device and change input device settings. More information: <https://manned.org/xinput>.

  • List all input devices:
    xinput list
  • Disable an input:
    xinput disable id
  • Enable an input:
    xinput enable id
  • Disconnect an input from its master:
    xinput float id
  • Reattach an input as slave to a master:
    xinput reattach id master_id
  • List settings of an input device:
    xinput list-props id
  • Change a setting of an input device:
    xinput set-prop id setting_id value

© tl;dr; authors and contributors