fix: Oracle round 6 — wayland config + doc consistency

1. config/wayland.toml: kwin_wayland_wrapper → redbear-compositor
   (redbear-compositor IS the Wayland compositor)
2. docs/README.md: removed stale 2026-04-14 status note
   (referenced docs were already deleted)
3. docs/07: redbear-compositor serves as Wayland compositor
   (not "provides kwin_wayland binary")
This commit is contained in:
2026-05-01 01:31:16 +01:00
parent a21fb235ea
commit 709fb7fdd1
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ if [ -z "${KWIN_DRM_DEVICES:-}" ] && [ -e /scheme/drm/card0 ]; then
export KWIN_DRM_DEVICES=/scheme/drm/card0
fi
kwin_wayland_wrapper --drm &
redbear-compositor --drm &
kwin_pid=$!
if ! wait_for_wayland_socket; then