Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 31, 2018 11:47
Show Gist options
  • Save ryantm/060e1adaed5f9993a82d48c08503be7c to your computer and use it in GitHub Desktop.
Save ryantm/060e1adaed5f9993a82d48c08503be7c to your computer and use it in GitHub Desktop.
/nix/store/sqwg2pbpy19i7vwl45yw966wwh48kg60-libevdev-1.5.9
├── 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.1.21
│   ├── libevdev.so.2 -> libevdev.so.2.1.21
│   ├── libevdev.so.2.1.21
│   └── 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