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.
This commit is contained in:
2026-07-04 03:29:44 +02:00
parent d0e431329d
commit 8e2e74a227
@@ -27,7 +27,8 @@ _CHOICES = [
("cli", _("Command line only (no desktop)")), ("cli", _("Command line only (no desktop)")),
("gnome", "GNOME"), ("gnome", "GNOME"),
("kde", "KDE Plasma"), ("kde", "KDE Plasma"),
("hyprland", "Hyprland"), ("hyprland", "Hyprland — Wayland (non compatible VR)"),
("i3", "i3 — X11 (compatible VR : SteamVR)"),
("xfce", "XFCE"), ("xfce", "XFCE"),
] ]
_DESKTOP_FILE = "/tmp/fws-desktop" _DESKTOP_FILE = "/tmp/fws-desktop"