feat(fws_recap): add i3 desktop option and update hyprland description

Add i3 desktop environment option with X11 and VR compatibility note.
Update hyprland description to clarify Wayland protocol and VR incompatibility.
Both descriptions now include information about included applications (Firefox, SDDM).
This commit is contained in:
2026-07-04 03:29:56 +02:00
parent 8e2e74a227
commit 14d138cae4
@@ -61,7 +61,8 @@ _DESKTOP_LABELS = {
"cli": "ligne de commande uniquement (aucun bureau)", "cli": "ligne de commande uniquement (aucun bureau)",
"gnome": "GNOME (+ Firefox, GDM)", "gnome": "GNOME (+ Firefox, GDM)",
"kde": "KDE Plasma (+ Firefox, SDDM)", "kde": "KDE Plasma (+ Firefox, SDDM)",
"hyprland": "Hyprland (+ Firefox, SDDM)", "hyprland": "Hyprland — Wayland, non compatible VR (+ Firefox, SDDM)",
"i3": "i3 — X11, compatible VR/SteamVR (+ Firefox, SDDM)",
"xfce": "XFCE (+ Firefox, SDDM)", "xfce": "XFCE (+ Firefox, SDDM)",
} }