fix X using stupidity
This commit is contained in:
parent
c27290b026
commit
0dfab885ef
1 changed files with 18 additions and 0 deletions
|
|
@ -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;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue