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