Updated OpenXR Skybox (markdown)

galister 2024-09-21 22:10:32 +00:00
parent 27c13600ae
commit 16e6bcc31b
1 changed files with 2 additions and 2 deletions

@ -6,7 +6,7 @@ We are only allowed to include pieces with specific licenses in the git repo, bu
A custom texture may be set via `~/.config/wlxoverlay/conf.d`:
```bash
echo 'skybox_texture = my-skybox.dds' > ~/.config/wlxoverlay/conf.d/skybox.yaml
echo 'skybox_texture: my-skybox.dds' > ~/.config/wlxoverlay/conf.d/skybox.yaml
```
Criteria:
@ -17,5 +17,5 @@ Criteria:
# Disable the skybox
```bash
echo 'use_skybox = false' > ~/.config/wlxoverlay/conf.d/skybox.yaml
echo 'use_skybox: false' > ~/.config/wlxoverlay/conf.d/skybox.yaml
```