XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add command to launch SteamVR's lighthouse_console

Closes #21

Shiloh Fen 4c43321c dad3bf3e

+13
+13
src/atomic-xr/mod.nu
··· 124 124 } 125 125 } 126 126 127 + # Open SteamVR's lighthouse_console 128 + # 129 + # Useful for pairing, dumping device configs, etc. 130 + export def "util steamvr-lh-console" [ 131 + ...args # Arguments to pass to lighthouse_console 132 + ] { 133 + # TODO: Support using native steam installation 134 + log warning "This is intended for Flatpak Steam, if you're using native Steam, please use Envision instead." 135 + log warning "If you'd like to see this functionality in AtomicXR, please open an issue on Codeberg." 136 + 137 + flatpak run --command=$"($env.HOME)/.steam/root/steamapps/common/SteamVR/tools/lighthouse/bin/linux64/lighthouse_console" com.valvesoftware.Steam ...$args 138 + } 139 + 127 140 # Apply current configuration (and update applications) 128 141 export def apply [ 129 142 --sysconfigs-only (-s)