fa048b7517
This is possible now that all SDL (1) applications use sdl12-compat instead of "classic" SDL 1.2. Note that this only is applied to user interfaces that use Wayland and are launched through tinydm. See https://gitlab.alpinelinux.org/alpine/aports/-/issues/12739
2 lines
41 B
Bash
2 lines
41 B
Bash
#!/bin/sh
|
|
export SDL_VIDEODRIVER=wayland
|