Infini-FRAMEWORK/displays: add alternate dorm port config

This commit is contained in:
Infinidoge 2024-10-09 02:14:10 -04:00
parent 57b7cbc89e
commit 63bddeee6e
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -53,5 +53,9 @@ in
eDP-1 = framework // { position = "1920x0"; };
DP-4 = dorm // { position = "0x0"; };
};
dorm-2 = {
eDP-1 = framework // { position = "1920x0"; };
DP-3 = dorm // { position = "0x0"; };
};
});
}