From 2fa72ee0dc67d973330aec4ba98260e9f57f7821 Mon Sep 17 00:00:00 2001 From: Lena Date: Thu, 1 Jan 2026 00:00:00 +0000 Subject: Enter mouseboard 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. --- proto/SOURCES | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 proto/SOURCES (limited to 'proto/SOURCES') 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 -- cgit v1.2.3