handle external monitor in DP-3

This commit is contained in:
Adithya 2023-08-15 11:26:57 +05:30
parent c39521da3d
commit eaab371da3
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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";
}
];
};
};
};
}