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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user