Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 11, 2018 03:20
Show Gist options
  • Save ryantm/f3bc0989bebcd51aafb53ff19f920d69 to your computer and use it in GitHub Desktop.
Save ryantm/f3bc0989bebcd51aafb53ff19f920d69 to your computer and use it in GitHub Desktop.
/nix/store/ibl7b0wvz8l75vrp86mbm80ds7xzcwkb-wayland-protocols-1.14
└── share
├── pkgconfig
│   └── wayland-protocols.pc
└── wayland-protocols
├── stable
│   ├── presentation-time
│   │   └── presentation-time.xml
│   ├── viewporter
│   │   └── viewporter.xml
│   └── xdg-shell
│   └── xdg-shell.xml
└── unstable
├── fullscreen-shell
│   └── fullscreen-shell-unstable-v1.xml
├── idle-inhibit
│   └── idle-inhibit-unstable-v1.xml
├── input-method
│   └── input-method-unstable-v1.xml
├── input-timestamps
│   └── input-timestamps-unstable-v1.xml
├── keyboard-shortcuts-inhibit
│   └── keyboard-shortcuts-inhibit-unstable-v1.xml
├── linux-dmabuf
│   └── linux-dmabuf-unstable-v1.xml
├── pointer-constraints
│   └── pointer-constraints-unstable-v1.xml
├── pointer-gestures
│   └── pointer-gestures-unstable-v1.xml
├── relative-pointer
│   └── relative-pointer-unstable-v1.xml
├── tablet
│   ├── tablet-unstable-v1.xml
│   └── tablet-unstable-v2.xml
├── text-input
│   └── text-input-unstable-v1.xml
├── xdg-foreign
│   ├── xdg-foreign-unstable-v1.xml
│   └── xdg-foreign-unstable-v2.xml
├── xdg-output
│   └── xdg-output-unstable-v1.xml
├── xdg-shell
│   ├── xdg-shell-unstable-v5.xml
│   └── xdg-shell-unstable-v6.xml
└── xwayland-keyboard-grab
└── xwayland-keyboard-grab-unstable-v1.xml
23 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment