From 8e2e74a227c0089511e04a79210ea37e1f3a0f45 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 03:29:44 +0200 Subject: [PATCH] feat(fws_desktop): add i3 desktop option and update hyprland description Add i3 window manager as a desktop choice with X11 and SteamVR compatibility note. Update Hyprland description to clarify it uses Wayland and is not compatible with VR. --- .../site-packages/pyanaconda/ui/gui/spokes/fws_desktop.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_desktop.py b/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_desktop.py index b92ab7e..607e3cc 100644 --- a/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_desktop.py +++ b/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_desktop.py @@ -27,7 +27,8 @@ _CHOICES = [ ("cli", _("Command line only (no desktop)")), ("gnome", "GNOME"), ("kde", "KDE Plasma"), - ("hyprland", "Hyprland"), + ("hyprland", "Hyprland — Wayland (non compatible VR)"), + ("i3", "i3 — X11 (compatible VR : SteamVR)"), ("xfce", "XFCE"), ] _DESKTOP_FILE = "/tmp/fws-desktop"