Updated Running programs natively under Wayland (markdown)

Julien Lequertier 2021-05-19 06:59:32 +02:00
parent 549d3bb459
commit a540e1876e

@ -50,7 +50,12 @@ SDL_VIDEODRIVER=wayland
## Flatpak
```shell
flatpak run --socket=wayland
flatpak [--user] run --socket=wayland
```
Or to make it the default socket:
```shell
flatpak [--user] override --socket=wayland
```
## GLFW