mirror of https://github.com/wayvr-org/wayvr.git
Updated OpenXR Bindings (markdown)
parent
aec3aa59fc
commit
b783c10b78
|
|
@ -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!**
|
||||
|
||||
```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).
|
||||
Loading…
Reference in New Issue