Updated Running programs natively under Wayland (markdown)

montvid 2020-04-08 23:06:51 +03:00
parent 4ebc3b22f6
commit 7b8c2bdfa3

@ -47,6 +47,12 @@ You could set them to `wayland_shm` instead, if you want to use software renderi
SDL_VIDEODRIVER=wayland
```
## Flatpak
```shell
flatpak run --socket=wayland
```
## GLFW
Wayland needs to be selected at compile-time. Arch users can install `glfw-wayland`.