mirror of https://github.com/wayvr-org/wayvr.git
Created OpenXR Bindings (markdown)
parent
0ff19944cf
commit
81fcf891aa
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in New Issue