mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Add note to SDL: Environment variable no longer necessary
parent
9bd77724c4
commit
ca43536531
|
@ -43,9 +43,14 @@ You could set them to `wayland_shm` instead, if you want to use software renderi
|
|||
|
||||
## SDL
|
||||
|
||||
As of version 2.0.22, SDL prioritizes the Wayland video driver over X11.
|
||||
|
||||
For older versions:
|
||||
|
||||
```shell
|
||||
SDL_VIDEODRIVER=wayland
|
||||
```
|
||||
|
||||
NOTE: Steam, most games and other (older) binary applications might not work with `wayland` SDL video driver, due to old bundled SDL library. Unset or tweak for specific applications as needed.
|
||||
|
||||
## Flatpak
|
||||
|
|
Loading…
Reference in a new issue