diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2010-09-14 11:13:18 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-09-14 12:41:55 -0400 |
| commit | 6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c (patch) | |
| tree | 7670e24beb6fab2629d0ccd4451df5f90a344d89 /compositor/70-wayland.rules | |
| parent | Move example compositor to subdirectory (diff) | |
| download | wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar.gz wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar.bz2 wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar.lz wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar.xz wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar.zst wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.zip | |
Move core protocol libraries into wayland/ subdirectory
Diffstat (limited to 'compositor/70-wayland.rules')
| -rw-r--r-- | compositor/70-wayland.rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compositor/70-wayland.rules b/compositor/70-wayland.rules new file mode 100644 index 0000000..49442de --- /dev/null +++ b/compositor/70-wayland.rules @@ -0,0 +1,6 @@ +KERNEL=="event*", ENV{ID_INPUT_KEYBOARD}=="1", ENV{WAYLAND_SEAT}="1" +KERNEL=="event*", ENV{ID_INPUT_MOUSE}=="1", ENV{WAYLAND_SEAT}="1" +KERNEL=="event*", ENV{ID_INPUT_TOUCHPAD}=="1", ENV{WAYLAND_SEAT}="1" +KERNEL=="event*", ENV{ID_INPUT_TOUCHSCREEN}=="1", ENV{WAYLAND_SEAT}="1" +KERNEL=="card0", ENV{WAYLAND_SEAT}="1" + |
