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
a540e1876e
commit
7874821b9c
@ -50,12 +50,12 @@ SDL_VIDEODRIVER=wayland
|
|||||||
## Flatpak
|
## Flatpak
|
||||||
|
|
||||||
```shell
|
```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
|
```shell
|
||||||
flatpak [--user] override --socket=wayland
|
flatpak [--user] override --socket=wayland [your-app]
|
||||||
```
|
```
|
||||||
|
|
||||||
## GLFW
|
## GLFW
|
||||||
|
Loading…
Reference in New Issue
Block a user