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"