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