
xinput
List of commands for xinput:
-
xinput:tldr:1db6f xinput: Disconnect an input from its master.$ xinput float ${id}try on your machineexplain this command
-
xinput:tldr:234df xinput: Enable an input.$ xinput enable ${id}try on your machineexplain this command
-
xinput:tldr:42d80 xinput: List all input devices.$ xinput listtry on your machineexplain this command
-
xinput:tldr:918ea xinput: Reattach an input as slave to a master.$ xinput reattach ${id} ${master_id}try on your machineexplain this command
-
xinput:tldr:9c7b1 xinput: List settings of an input device.$ xinput list-props ${id}try on your machineexplain this command
-
xinput:tldr:a0f9d xinput: Change a setting of an input device.$ xinput set-prop ${id} ${setting_id} ${value}try on your machineexplain this command
-
xinput:tldr:f2c12 xinput: Disable an input.$ xinput disable ${id}try on your machineexplain this command