Updated OpenXR Bindings (markdown)

galister 2026-01-12 04:09:53 +00:00
parent 4d2594888c
commit 6f41e07f61
1 changed files with 2 additions and 2 deletions

@ -2,10 +2,10 @@ OpenXR Bindings can be configured using a file.
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/wlx-team/wayvr/blob/main/wayvr/src/backend/openxr/openxr_actions.json5) in `~/.config/wayvr/` and edit it to your liking. **Do not put it in conf.d!**
```bash
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
wget -O ~/.config/wayvr/openxr_actions.json5 https://raw.githubusercontent.com/wlx-team/wayvr/refs/heads/main/wayvr/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).