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:
+2
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user