Co-authored-by: NishiOwO <nishi@nishi.boats> Reviewed-on: https://gitea.nishi.boats/pyrite-dev/milsko/pulls/2 Co-authored-by: IoIxD <alphaproject217@gmail.com> Co-committed-by: IoIxD <alphaproject217@gmail.com>
8 lines
115 B
Raku
8 lines
115 B
Raku
if (param_get("experimental-wayland")) {
|
|
use_backend("wayland", "x11");
|
|
}
|
|
else {
|
|
use_backend("x11");
|
|
}
|
|
|
|
1;
|