mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 22:43:58 +01:00
Updated Running programs natively under Wayland (markdown)
parent
549d3bb459
commit
a540e1876e
@ -50,7 +50,12 @@ SDL_VIDEODRIVER=wayland
|
|||||||
## Flatpak
|
## Flatpak
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
flatpak run --socket=wayland
|
flatpak [--user] run --socket=wayland
|
||||||
|
```
|
||||||
|
|
||||||
|
Or to make it the default socket:
|
||||||
|
```shell
|
||||||
|
flatpak [--user] override --socket=wayland
|
||||||
```
|
```
|
||||||
|
|
||||||
## GLFW
|
## GLFW
|
||||||
|
Loading…
Reference in New Issue
Block a user