Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/_wiki/FAQ/LinuxAppSpecific.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down