grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

xinput.md (207B)


      1 # xinput
      2 
      3 * list devices
      4 ```
      5 libinput list-devices
      6 xinput list
      7 ```
      8 
      9 * list properties
     10 ```
     11 xinput list-props <device_id>
     12 ```
     13 
     14 * change (set) property
     15 ```
     16 xinput set-prop <device_id> <property_id> <value>
     17 ```