wayland: implement tablet-v2
This commit is contained in:
parent
86e283d255
commit
7ed499eabd
62 changed files with 5174 additions and 318 deletions
|
|
@ -474,6 +474,22 @@ You can use the `configure-input` action to change these settings at runtime.
|
|||
|
||||
See the specification for more details.
|
||||
|
||||
### Mapping Tablets to Outputs
|
||||
|
||||
You can map tablets to outputs using the `output` property:
|
||||
|
||||
```toml
|
||||
[[outputs]]
|
||||
name = "left"
|
||||
match.serial-number = "33K03894SL0"
|
||||
|
||||
[[inputs]]
|
||||
match.name = "Wacom Bamboo Comic 2FG Pen"
|
||||
output.name = "left"
|
||||
```
|
||||
|
||||
See the specification for more details.
|
||||
|
||||
# Theming
|
||||
|
||||
You can configure the colors, sizes, and fonts used by the compositor with the top-level `theme` table.
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@ Jay supports the following wayland protocols:
|
|||
| zwp_pointer_gestures_v1 | 3 | |
|
||||
| zwp_primary_selection_device_manager_v1 | 1 | |
|
||||
| zwp_relative_pointer_manager_v1 | 1 | |
|
||||
| zwp_tablet_manager_v2 | 1 | |
|
||||
| zwp_text_input_manager_v3 | 1 | |
|
||||
| zwp_virtual_keyboard_manager_v1 | 1 | Yes |
|
||||
| zxdg_decoration_manager_v1 | 1 | |
|
||||
|
|
@ -182,5 +183,4 @@ The following features are currently not supported but might get implemented in
|
|||
|
||||
- Fine-grained damage tracking.
|
||||
- Touch support.
|
||||
- Tablet support.
|
||||
- Tearing updates of fullscreen games.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue