commands.sh

xinput

linux

List available input devices, query information about a device and change input device settings.

More info →

Examples (7)

List all input devices

xinput list

Disable an input

Enable an input

Disconnect an input from its master

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
made by @shridhargupta | data from tldr-pages