Updated Running programs natively under Wayland (markdown)

Julien Lequertier 2021-05-19 07:00:21 +02:00
parent a540e1876e
commit 7874821b9c

@ -50,12 +50,12 @@ SDL_VIDEODRIVER=wayland
## Flatpak
```shell
flatpak [--user] run --socket=wayland
flatpak [--user] run --socket=wayland your-app
```
Or to make it the default socket:
Or to make it the default socket either for your app or even globally:
```shell
flatpak [--user] override --socket=wayland
flatpak [--user] override --socket=wayland [your-app]
```
## GLFW