VR: Difference between revisions

Scrumplex (talk | contribs)
Add wlx-overlay-s section
Scrumplex (talk | contribs)
m Fix punctuation for SteamVR autostart section
Line 126: Line 126:


==== SteamVR autostart ====
==== SteamVR autostart ====
When launching wlx-overlay-s in SteamVR (or any OpenVR compositor) it will register an autostart manifest. Currently, this manifest will reference a Nix store path of wlx-overlay-s, which might get garbage collected after rebuilds of your NixOS/Nix profile. A workaround is to regularly run the following command to update the manifest's store path.{{Commands|
When launching wlx-overlay-s in SteamVR (or any OpenVR compositor) it will register an autostart manifest. Currently, this manifest will reference a Nix store path of wlx-overlay-s, which might get garbage collected after rebuilds of your NixOS/Nix profile. A workaround is to regularly run the following command to update the manifest's store path:{{Commands|
# Run wlx-overlay-s and replace any running instance
# Run wlx-overlay-s and replace any running instance
$ wlx-overlay-s --replace}}
$ wlx-overlay-s --replace}}