(post-update): My move to wayland: it's finally ready

Add SDL setup.
This commit is contained in:
Eduard Tolosa 2024-05-10 02:56:17 -05:00
parent 8d9c792c77
commit d61558b94d

View file

@ -124,6 +124,14 @@ QT 5 and 6 have Wayland enabled by default only if the `qt5-wayland` and `qt6-wa
export QT_QPA_PLATFORM=wayland
```
### SDL
SDL 2 has Wayland enabled by default, but you can force it (and fallback to X11 if it isn't available) by setting the following environment variable (probably in your `profile.d`):
```bash
export SDL_VIDEODRIVER="wayland,x11"
```
## Additional tweaks
### Extensions