From 9e7b40a4debf1e695021a6bd5c3ff8b66005318b Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sun, 12 Jan 2025 10:11:23 +0100 Subject: [PATCH] fix: add --openxr as a launch option in envision manifest (#131) Co-authored-by: Gabriele Musco --- com.github.galiser.wlx-overlay-s.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.github.galiser.wlx-overlay-s.json b/com.github.galiser.wlx-overlay-s.json index c91e6e51..84e1752d 100644 --- a/com.github.galiser.wlx-overlay-s.json +++ b/com.github.galiser.wlx-overlay-s.json @@ -9,5 +9,6 @@ ], "description": "A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops, inspired by XSOverlay.\n\nWlxOverlay-S allows you to access your desktop screens while in VR.\n\nIn comparison to similar overlays, WlxOverlay-S aims to run alongside VR games and experiences while having as little performance impact as possible. The UI appearance and rendering techniques are kept as simple and efficient as possible, while still allowing a high degree of customizability.", "short_description": "Access your Wayland/X11 desktop", - "exec_url": "https://github.com/galister/wlx-overlay-s/releases/download/v0.6/WlxOverlay-S-v0.6-x86_64.AppImage" + "exec_url": "https://github.com/galister/wlx-overlay-s/releases/download/v0.6/WlxOverlay-S-v0.6-x86_64.AppImage", + "launch_opts": ["--openxr"] }