Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 2, 2020 23:28
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/090a90d31c0f5c478e316f494515eb2d to your computer and use it in GitHub Desktop.
Save r-ryantm/090a90d31c0f5c478e316f494515eb2d to your computer and use it in GitHub Desktop.
/nix/store/f74cbfk32j89q5zgvdn3rl5lgyxmmk5d-libevdev-1.10.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
├── man1
│   ├── libevdev-tweak-device.1.gz
│   └── touchpad-edge-detector.1.gz
└── man3
└── libevdev.3.gz
10 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment