handle external outputs on different ports
This commit is contained in:
parent
72549bdd6d
commit
081cc21289
1 changed files with 18 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
docked = {
|
||||
docked_1 = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
|
@ -28,6 +28,23 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
docked_2 = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-2";
|
||||
transform = "normal";
|
||||
mode = "1920x1080";
|
||||
position = "0,216";
|
||||
scale = 1.25;
|
||||
}
|
||||
{
|
||||
criteria = "DP-1";
|
||||
transform = "normal";
|
||||
mode = "1920x1080";
|
||||
position = "1536,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue