From 3dee08d91d1be23e714aab1f77c4e39a6e4f7411 Mon Sep 17 00:00:00 2001 From: Sebastian 'gonX' Jensen Date: Sat, 6 Dec 2025 17:46:35 +0100 Subject: [PATCH] LinuxAppSpecific/osu!lazer: Clarify "environment variable" --- site/_wiki/FAQ/LinuxAppSpecific.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_wiki/FAQ/LinuxAppSpecific.md b/site/_wiki/FAQ/LinuxAppSpecific.md index 17c7776a..05e19d32 100644 --- a/site/_wiki/FAQ/LinuxAppSpecific.md +++ b/site/_wiki/FAQ/LinuxAppSpecific.md @@ -14,7 +14,7 @@ Please note that libinput adds smoothing on top of this output mode by default. ### My cursor is stuck (Wayland) {#osu-lazer-broken-input-wayland} -Make sure you set the `SDL_VIDEODRIVER` to `wayland`. Some examples: +Make sure you set the environment variable `SDL_VIDEODRIVER` to `wayland`. Some examples: ```bash env SDL_VIDEODRIVER=wayland ./osu.AppImage