fix X using stupidity

This commit is contained in:
CDaut 2024-04-18 22:57:06 +02:00
parent c27290b026
commit 0dfab885ef
Signed by: clara
GPG key ID: 223391B52FAD4463

View file

@ -29,6 +29,12 @@ let
y = 0.5; y = 0.5;
}; };
}; };
mobileconf = {
enable = true;
primary = true;
mode = "3840x2160";
dpi = 210;
};
in in
{ {
programs.autorandr = { programs.autorandr = {
@ -48,6 +54,18 @@ in
eDP-2 = internalconf; eDP-2 = internalconf;
}; };
}; };
"mobile1" = {
fingerprint = fingerprints;
config = {
eDP-1 = mobileconf;
};
};
"mobile2" = {
fingerprint = fingerprints;
config = {
eDP-2 = mobileconf;
};
};
}; };
}; };
} }