handle external outputs on different ports

This commit is contained in:
Adithya 2023-04-07 22:58:35 +05:30
parent 72549bdd6d
commit 081cc21289
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

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