Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2018 13:39
Show Gist options
  • Save ryantm/ceac89f2f9f39c6b3da0882790d97699 to your computer and use it in GitHub Desktop.
Save ryantm/ceac89f2f9f39c6b3da0882790d97699 to your computer and use it in GitHub Desktop.
/nix/store/ipx3qfwcd0g7wnmnqxq008fws2n8ldg4-xf86-input-wacom-0.36.0
├── bin
│   ├── isdv4-serial-debugger
│   ├── isdv4-serial-inputattach
│   └── xsetwacom
├── include
│   └── xorg
│   ├── isdv4.h
│   ├── wacom-properties.h
│   ├── wacom-util.h
│   └── Xwacom.h
├── lib
│   ├── pkgconfig
│   │   └── xorg-wacom.pc
│   ├── systemd
│   │   └── system
│   │   └── wacom-inputattach@.service
│   ├── udev
│   │   └── rules.d
│   │   └── wacom.rules
│   └── xorg
│   └── modules
│   └── input
│   ├── wacom_drv.la
│   └── wacom_drv.so
└── share
├── man
│   ├── man1
│   │   └── xsetwacom.1.gz
│   └── man4
│   └── wacom.4.gz
└── X11
└── xorg.conf.d
└── 70-wacom.conf
18 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment