From 9dceaf30e54baed2d89686c6b03951cfd7ae5a7e Mon Sep 17 00:00:00 2001 From: Karl Essinger Date: Fri, 11 Jul 2025 22:09:24 +0200 Subject: [PATCH] Update Envision instructions (#231) * Update Envision instructions * Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fc19340..971142ff 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,10 @@ In case screens were selected in the wrong order: **SteamVR users**: WlxOverlay-S will register itself for auto-start, so there is no need to start it every time. -**Envision users**: Set `wlx-overlay-s --openxr --show` as the _Autostart Command_ on your Envision profile! This will show a home environment with headset passthrough by default or a [customizable background](https://github.com/galister/wlx-overlay-s/wiki/OpenXR-Skybox)! If you are using the appimage instead, set the _Autostart Command_ to the location of tha appimage binary, e.g `/full/path/to/wlx-overlay-s.appimage --openxr --show`. +**Envision users**: Go to the Plugins menu and select the WlxOverlay-S plugin. This will download and run the AppImage version of the overlay. +In order to run a standalone installation (for instance from the AUR), create a bash script containing `wlx-overlay-s --openxr --show` and then select this bash script as a custom Envision plugin. + +This will show a home environment with headset passthrough by default or a [customizable background](https://github.com/galister/wlx-overlay-s/wiki/OpenXR-Skybox)! **Please continue reading the guide below.**