Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 5, 2020 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/66c440293049469fa52e7b5063b9230a to your computer and use it in GitHub Desktop.
Save r-ryantm/66c440293049469fa52e7b5063b9230a to your computer and use it in GitHub Desktop.
/nix/store/419p0vqc4kvrq7kq1yblc2j8vrb93cxy-libevdev-1.9.0
├── bin
│   ├── libevdev-tweak-device
│   ├── mouse-dpi-tool
│   └── touchpad-edge-detector
├── include
│   └── libevdev-1.0
│   └── libevdev
│   ├── libevdev.h
│   └── libevdev-uinput.h
├── lib
│   ├── libevdev.la
│   ├── libevdev.so -> libevdev.so.2.3.0
│   ├── libevdev.so.2 -> libevdev.so.2.3.0
│   ├── libevdev.so.2.3.0
│   └── pkgconfig
│   └── libevdev.pc
└── share
└── man
└── man3
└── libevdev.3.gz
9 directories, 11 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment