core: set wayland as default
This commit is contained in:
parent
9763ce2857
commit
fd04c039c9
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ pub fn init(
|
|||
"MACH_CORE_BACKEND",
|
||||
) catch |err| switch (err) {
|
||||
error.EnvironmentVariableNotFound => {
|
||||
break :blk .x11;
|
||||
break :blk .wayland;
|
||||
},
|
||||
else => return err,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue