milsko/pl/ostype/Linux.pl
IoI_xD 7162350e24
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
use-experimental-wayland => use-wayland
2026-03-24 17:39:25 -07:00

8 lines
102 B
Raku

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