mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Updated Running programs natively under Wayland (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user