diff options
| author | Lena <lena@omega> | 2026-01-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-01-01 00:00:00 +0000 |
| commit | 2fa72ee0dc67d973330aec4ba98260e9f57f7821 (patch) | |
| tree | e6a25c07c8da61d29e4e1f8a72436565e63c5777 /proto/SOURCES | |
| download | mouseboard-2fa72ee0dc67d973330aec4ba98260e9f57f7821.tar.gz | |
Keyboard-only pointing: a labelled grid over every monitor, type a
label to jump to a cell, bisect it by quadrant until the crosshair is
exact, then one key clicks. The coarse grid keeps labels short and
bisection keeps precision unlimited, so a hotkey and a few keystrokes
replace the mouse.
The core talks only to the backend interface in platform.h; wlroots
Wayland and Win32 backends supply the overlay, keyboard grab and
pointer.
Diffstat (limited to 'proto/SOURCES')
| -rw-r--r-- | proto/SOURCES | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/proto/SOURCES b/proto/SOURCES new file mode 100644 index 0000000..fe455a9 --- /dev/null +++ b/proto/SOURCES @@ -0,0 +1,29 @@ +Vendored Wayland protocol descriptions. These are committed verbatim so the +build is self-contained and reproducible; update them deliberately, not by +re-fetching a moving branch. + +xdg-shell.xml + upstream: wayland-protocols, stable/xdg-shell/xdg-shell.xml + version: 1.44 (xdg_wm_base version 7) + license: MIT/Expat + note: only needed because wlr-layer-shell references xdg_popup. + +xdg-output-unstable-v1.xml + upstream: wayland-protocols, unstable/xdg-output/xdg-output-unstable-v1.xml + version: 1.44 (zxdg_output_manager_v1 version 3) + license: MIT/Expat + note: authoritative logical output geometry for multi-monitor. + +wlr-layer-shell-unstable-v1.xml + upstream: https://gitlab.freedesktop.org/wlroots/wlr-protocols + path: unstable/wlr-layer-shell-unstable-v1.xml + commit: bf4fc79abc359eea5a0edec0ac6d4a2b2955f82a (2026-03-09) + version: zwlr_layer_shell_v1 version 5 + license: MIT/Expat + +wlr-virtual-pointer-unstable-v1.xml + upstream: https://gitlab.freedesktop.org/wlroots/wlr-protocols + path: unstable/wlr-virtual-pointer-unstable-v1.xml + commit: bf4fc79abc359eea5a0edec0ac6d4a2b2955f82a (2026-03-09) + version: zwlr_virtual_pointer_v1 version 2 + license: MIT/Expat |