handle external monitor in DP-3
This commit is contained in:
parent
c39521da3d
commit
eaab371da3
1 changed files with 16 additions and 0 deletions
|
@ -44,6 +44,22 @@ _: {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
docked_3 = {
|
||||||
|
outputs = [
|
||||||
|
{
|
||||||
|
criteria = "eDP-1";
|
||||||
|
transform = "normal";
|
||||||
|
mode = "1920x1080";
|
||||||
|
position = "0,216";
|
||||||
|
scale = 1.25;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = "DP-3";
|
||||||
|
transform = "normal";
|
||||||
|
position = "1536,0";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue