mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
- Implement WeftCompositorState with all Wayland protocol globals: compositor, xdg-shell, layer-shell, shm, dmabuf, output, presentation, text-input, input-method, pointer-constraints, cursor-shape, seat. - Implement process_input_event covering keyboard, pointer (relative + absolute), axis, touch, and all gesture types (swipe, pinch, hold). - Implement Winit backend with damage-tracked rendering loop and frame callbacks. - Add DRM/KMS backend skeleton: libseat session, udev device discovery, calloop integration (rendering path deferred). - Add infra/systemd/weft-compositor.service (Type=notify). - Split CI into cross-platform and linux-only jobs. - Exclude weft-compositor from Windows check scripts.
15 lines
446 B
Desktop File
15 lines
446 B
Desktop File
[Unit]
|
|
Description=WEFT OS Wayland Compositor
|
|
Documentation=https://github.com/weft-os/weft
|
|
After=systemd-logind.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/packages/system/weft-compositor/active/bin/weft-compositor
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
# The socket path is posted to the environment by the compositor itself.
|
|
# Downstream services (servo-shell.service) should declare After=weft-compositor.service.
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|