mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 19:48:15 +00:00
Update cheatsheets
This commit is contained in:
37
linux/xinput
Normal file
37
linux/xinput
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# xinput
|
||||
|
||||
> 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}}`
|
||||
Reference in New Issue
Block a user