Updated OpenXR Bindings (markdown)

galister 2025-12-17 02:53:38 +00:00
parent aec3aa59fc
commit b783c10b78
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@ By default, the file does not exist and internal defaults will be used.
Place [openxr_actions.json5](https://github.com/galister/wlx-overlay-s/blob/main/wlx-overlay-s/src/backend/openxr/openxr_actions.json5) in `~/.config/wlxoverlay/` and edit it to your liking. **Do not put it in conf.d!** Place [openxr_actions.json5](https://github.com/galister/wlx-overlay-s/blob/main/wlx-overlay-s/src/backend/openxr/openxr_actions.json5) in `~/.config/wlxoverlay/` and edit it to your liking. **Do not put it in conf.d!**
```bash ```bash
wget -O ~/.config/wlxoverlay/openxr_actions.json5 https://github.com/galister/wlx-overlay-s/raw/main/src/backend/openxr/openxr_actions.json5 wget -O ~/.config/wlxoverlay/openxr_actions.json5 https://raw.githubusercontent.com/galister/wlx-overlay-s/refs/heads/main/wlx-overlay-s/src/backend/openxr/openxr_actions.json5
``` ```
To see what bindings are available for each controller type, search for the profile in [the OpenXR specification](https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html). To see what bindings are available for each controller type, search for the profile in [the OpenXR specification](https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html).