diff --git a/OpenXR-Skybox.md b/OpenXR-Skybox.md index 35318b1..58c3963 100644 --- a/OpenXR-Skybox.md +++ b/OpenXR-Skybox.md @@ -2,11 +2,7 @@ WlxOverlay-S comes with a skybox for OpenXR. # Turning off Pass-through -Some headsets will show a camera pass-through by default. If skybox is preferred, use the following to disable pass-through: - -```bash -echo 'use_passthrough: false' > ~/.config/wlxoverlay/conf.d/passthrough.yaml -``` +Some headsets will show a camera pass-through by default. If skybox is preferred, go to settings, uncheck `Use passthrough`, then scroll down and `Restart software`. # Changing the Skybox @@ -21,9 +17,3 @@ Criteria: - Path can be absolute, or relative to `~/.config/wlxoverlay/`. - File must be DDS (See: [Custom Textures](https://github.com/galister/wlx-overlay-s/wiki/Custom-Textures)) - Image must be an equirectangular (aka "HDRI" or "Spherical 360") image. - -# Disable the skybox - -```bash -echo 'use_skybox: false' > ~/.config/wlxoverlay/conf.d/skybox.yaml -``` \ No newline at end of file