diff --git a/OpenXR-Skybox.md b/OpenXR-Skybox.md new file mode 100644 index 0000000..009bb51 --- /dev/null +++ b/OpenXR-Skybox.md @@ -0,0 +1,19 @@ +WlxOverlay-S comes with a skybox for OpenXR. + +# Changing the Skybox + +A custom texture may be set via `~/.config/wlxoverlay/conf.d` +```yaml +skybox_texture = starry-sky.dds +``` + +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 +use_skybox = false +``` \ No newline at end of file