Procházet zdrojové kódy

libinput: add page (#15544)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Managor před 1 měsícem
rodič
revize
c0459a1dbb
1 změnil soubory, kde provedl 24 přidání a 0 odebrání
  1. 24 0
      pages/linux/libinput.md

+ 24 - 0
pages/linux/libinput.md

@@ -0,0 +1,24 @@
+# libinput
+
+> Interface with libinput.
+> More information: <https://wayland.freedesktop.org/libinput/doc/latest/>.
+
+- List all devices recognized by libinput:
+
+`sudo libinput list-devices`
+
+- Print all libinput events:
+
+`sudo libinput debug-events`
+
+- Show a GUI to visualize libinput's events:
+
+`sudo libinput debug-gui`
+
+- Debug tablet axis values:
+
+`sudo libinput debug-tablet`
+
+- Display help:
+
+`libinput -h`