Created OpenXR Bindings (markdown)

galister 2024-06-16 02:12:56 +00:00
parent 0ff19944cf
commit 81fcf891aa
1 changed files with 9 additions and 0 deletions

9
OpenXR-Bindings.md Normal file

@ -0,0 +1,9 @@
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/src/backend/openxr/openxr_actions.json5) in `~/.config/wlxoverlay/` and edit it to your liking.
```bash
wget -O ~/.config/wlxoverlay/openxr_actions.json5 https://github.com/galister/wlx-overlay-s/raw/main/src/backend/openxr/openxr_actions.json5
```