Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 14, 2018 10:41
Show Gist options
  • Save ryantm/5e13bfdd32812026c490e53be7854d3c to your computer and use it in GitHub Desktop.
Save ryantm/5e13bfdd32812026c490e53be7854d3c to your computer and use it in GitHub Desktop.
/nix/store/9zwm647j43m8gnnsy93y1v2p3zdv3r9y-libinput-1.11.0
├── bin
│   └── libinput
├── 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-fuzz
│   ├── libinput-measure-touchpad-pressure
│   ├── libinput-measure-touchpad-tap
│   ├── libinput-measure-touch-size
│   ├── libinput-measure-trackpoint-range
│   ├── libinput-record
│   └── libinput-replay
└── share
└── man
└── man1
├── libinput.1.gz
├── libinput-debug-events.1.gz
├── libinput-list-devices.1.gz
├── libinput-measure.1.gz
├── libinput-measure-fuzz.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
├── libinput-record.1.gz
└── libinput-replay.1.gz
10 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment