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