forked from pyrite-dev/milsko
8 lines
102 B
Raku
8 lines
102 B
Raku
if (param_get("wayland")) {
|
|
use_backend("wayland", "x11");
|
|
}
|
|
else {
|
|
use_backend("x11");
|
|
}
|
|
|
|
1;
|