mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 08:00:50 +00:00
9 lines
115 B
Raku
9 lines
115 B
Raku
if (param_get("experimental-wayland")) {
|
|
use_backend("wayland", "x11");
|
|
}
|
|
else {
|
|
use_backend("x11");
|
|
}
|
|
|
|
1;
|