separa configuración en plataformas

This commit is contained in:
Fabián Montero 2022-11-29 13:55:12 -06:00
parent 1433a1f96b
commit 11b9855244
8 changed files with 83 additions and 17 deletions

View file

@ -0,0 +1,6 @@
{
config.local.display = {
"0" = "DisplayPort-0";
"1" = "DisplayPort-1";
};
}

View file

@ -0,0 +1,6 @@
{
config.local.display = {
"0" = "eDP-1";
"1" = null;
};
}