forked from pyrite-dev/milsko
oops prioritize wayland
This commit is contained in:
parent
c4f6d1eb14
commit
0ab497ca88
3 changed files with 5 additions and 13 deletions
|
|
@ -1281,9 +1281,6 @@ static int MwLLX11CallInitImpl(void) {
|
|||
loadX11 |=
|
||||
(strcmp(getenv("MILSKO_BACKEND"), "x11") == 0);
|
||||
}
|
||||
if(getenv("XDG_SESSION_TYPE")) {
|
||||
loadX11 |= (strcmp(getenv("XDG_SESSION_TYPE"), "x11") == 0);
|
||||
}
|
||||
if(getenv("DISPLAY")) {
|
||||
loadX11 |= (getenv("DISPLAY") != NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue