diff --git a/OpenXR-Bindings.md b/OpenXR-Bindings.md index 313a294..3bde892 100644 --- a/OpenXR-Bindings.md +++ b/OpenXR-Bindings.md @@ -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). \ No newline at end of file