milsko/pl/ostype/Linux.pl

8 lines
102 B
Raku

if (param_get("wayland")) {
use_backend("wayland", "x11");
}
else {
use_backend("x11");
}
1;