WayVR: doc: Rename executable name in the wayvr.yaml (#192)

[skip ci]
This commit is contained in:
Aleksander
2025-04-10 21:30:44 +02:00
committed by GitHub
parent 45e53c15a3
commit 4e30bb8cbe

View File

@@ -32,11 +32,15 @@ keyboard_repeat_rate: 50
# WayVR-compatible dashboard. # WayVR-compatible dashboard.
# For now, there is only one kind of dashboard with WayVR IPC support (WayVR Dashboard). # For now, there is only one kind of dashboard with WayVR IPC support (WayVR Dashboard).
#
# Build instructions: https://github.com/olekolek1000/wayvr-dashboard # Build instructions: https://github.com/olekolek1000/wayvr-dashboard
# exec: Executable path, for example /home/USER/wayvr_dashboard/src-tauri/target/release/wayvr_dashboard #
# GDK_BACKEND=wayland: Force-use Wayland for GTK apps # exec: Executable path, for example "/home/USER/wayvr-dashboard/src-tauri/target/release/wayvr-dashboard"
# or just "wayvr-dashboard" if you have it installed from your package manager.
#
# GDK_BACKEND=wayland: Force-use Wayland for GTK apps.
dashboard: dashboard:
exec: "wayvr_dashboard" exec: "wayvr-dashboard"
args: "" args: ""
env: ["GDK_BACKEND=wayland"] env: ["GDK_BACKEND=wayland"]