Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 31, 2018 10:25
Show Gist options
  • Save ryantm/27c5534de9dd9c8e7237f21c2dc8e824 to your computer and use it in GitHub Desktop.
Save ryantm/27c5534de9dd9c8e7237f21c2dc8e824 to your computer and use it in GitHub Desktop.
/nix/store/h8pwbpjg88axygjj65y4y7lbq2z0m5lp-libinput-1.10.3
├── bin
│   ├── libinput
│   ├── libinput-debug-events
│   └── libinput-list-devices
├── lib
│   ├── libinput.so -> libinput.so.10
│   ├── libinput.so.10 -> libinput.so.10.13.0
│   ├── libinput.so.10.13.0
│   └── udev
│   ├── hwdb.d
│   │   └── 90-libinput-model-quirks.hwdb
│   ├── libinput-device-group
│   ├── libinput-model-quirks
│   └── rules.d
│   ├── 80-libinput-device-groups.rules
│   └── 90-libinput-model-quirks.rules
├── libexec
│   └── libinput
│   ├── libinput-debug-events
│   ├── libinput-list-devices
│   ├── libinput-measure
│   ├── libinput-measure-touchpad-pressure
│   ├── libinput-measure-touchpad-tap
│   ├── libinput-measure-touch-size
│   └── libinput-measure-trackpoint-range
└── share
└── man
└── man1
├── libinput.1.gz
├── libinput-debug-events.1.gz
├── libinput-list-devices.1.gz
├── libinput-measure.1.gz
├── libinput-measure-touchpad-pressure.1.gz
├── libinput-measure-touchpad-tap.1.gz
├── libinput-measure-touch-size.1.gz
└── libinput-measure-trackpoint-range.1.gz
10 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment