From 634ae0beec7645c9f48dfc866a0466de8765f0b5 Mon Sep 17 00:00:00 2001 From: Not-a-bug <54563442+Not-a-bug@users.noreply.github.com> Date: Sat, 6 Dec 2025 11:11:33 +0100 Subject: [PATCH 1/2] Update window manager options in raspi-config documentation For raspi-config nonint do_wayland, W2 option is now labwc W3 option has been removed --- .../asciidoc/computers/configuration/raspi-config.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/asciidoc/computers/configuration/raspi-config.adoc b/documentation/asciidoc/computers/configuration/raspi-config.adoc index e20802967..69ac6a24a 100644 --- a/documentation/asciidoc/computers/configuration/raspi-config.adoc +++ b/documentation/asciidoc/computers/configuration/raspi-config.adoc @@ -789,8 +789,7 @@ $ sudo raspi-config nonint do_wayland ---- * `W1`: use the Openbox window manager with X11 backend -* `W2`: use the wayfire window manager with Wayland backend -* `W3`: use the labwc window manager with Wayland backend +* `W2`: use the labwc window manager with Wayland backend ==== Audio config From b0c17868c5b9d3af7a5eea33e2a7f5874514dfd7 Mon Sep 17 00:00:00 2001 From: Not-a-bug <54563442+Not-a-bug@users.noreply.github.com> Date: Sat, 6 Dec 2025 14:05:43 +0100 Subject: [PATCH 2/2] Fix Wayland backend description in raspi-config.adoc Edited to remove "and choose a window manager" --- .../asciidoc/computers/configuration/raspi-config.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/asciidoc/computers/configuration/raspi-config.adoc b/documentation/asciidoc/computers/configuration/raspi-config.adoc index 69ac6a24a..c301f1fb3 100644 --- a/documentation/asciidoc/computers/configuration/raspi-config.adoc +++ b/documentation/asciidoc/computers/configuration/raspi-config.adoc @@ -221,7 +221,7 @@ On the Raspberry Pi 4 and later, switch to the latest boot ROM software. Alterna ==== Wayland -Switch between the X11 and Wayland backends, and choose a window manager. Since Raspberry Pi OS _Bookworm_, all Raspberry Pi models run Wayland using labwc by default. +Switch between the X11 and Wayland backends. Since Raspberry Pi OS _Bookworm_, all Raspberry Pi models run Wayland using labwc by default. NOTE: To use Wayland on Raspberry Pi models prior to Raspberry Pi 4 running a version of Raspberry Pi OS earlier than _Bookworm_, add `wayland=on` to `/boot/firmware/cmdline.txt`. @@ -779,7 +779,7 @@ $ sudo raspi-config nonint do_boot_rom ==== Wayland -Switch between the X11 and Wayland backends, and choose a window manager. Since Raspberry Pi OS _Bookworm_, all Raspberry Pi models run Wayland using the labwc window manager by default. +Switch between the X11 and Wayland backends. Since Raspberry Pi OS _Bookworm_, all Raspberry Pi models run Wayland using the labwc window manager by default. NOTE: To use Wayland on Raspberry Pi models prior to Raspberry Pi 4 running a version of Raspberry Pi OS earlier than _Bookworm_, add `wayland=on` to `/boot/firmware/cmdline.txt`.