Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 2, 2019 02:46
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 ryantm/d1b94076a7c2d0bff4f4c86345d3b7ff to your computer and use it in GitHub Desktop.
Save ryantm/d1b94076a7c2d0bff4f4c86345d3b7ff to your computer and use it in GitHub Desktop.
/nix/store/s49myrcn6qyyhqwqgfpk9frbia13daca-libevdev-1.6.901
├── 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