xplicitly set primary display
This commit is contained in:
parent
90fe36a071
commit
07aec27826
1 changed files with 13 additions and 11 deletions
|
@ -23,17 +23,6 @@
|
|||
"restart-i3" = "sudo ${pkgs.i3}/bin/i3-msg restart";
|
||||
};
|
||||
profiles = {
|
||||
"foureighty" = {
|
||||
fingerprint = {
|
||||
eDP-1 = "00ffffffffffff0006af362300000000001b0104a51f117802f4f5a4544d9c270f505400000001010101010101010101010101010101e65f00a0a0a040503020350035ae100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231343051414e30322e33200a00b2";
|
||||
};
|
||||
config = {
|
||||
eDP-1 = {
|
||||
enable = true;
|
||||
mode = "2560x1440";
|
||||
};
|
||||
};
|
||||
};
|
||||
"foureighty-docked" = {
|
||||
fingerprint = {
|
||||
eDP-1 = "00ffffffffffff0006af362300000000001b0104a51f117802f4f5a4544d9c270f505400000001010101010101010101010101010101e65f00a0a0a040503020350035ae100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231343051414e30322e33200a00b2";
|
||||
|
@ -45,10 +34,23 @@
|
|||
};
|
||||
DP-1 = {
|
||||
enable = true;
|
||||
primary = true;
|
||||
position = "0x0";
|
||||
mode = "3840x2160";
|
||||
};
|
||||
};
|
||||
};
|
||||
"foureighty" = {
|
||||
fingerprint = {
|
||||
eDP-1 = "00ffffffffffff0006af362300000000001b0104a51f117802f4f5a4544d9c270f505400000001010101010101010101010101010101e65f00a0a0a040503020350035ae100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231343051414e30322e33200a00b2";
|
||||
};
|
||||
config = {
|
||||
eDP-1 = {
|
||||
enable = true;
|
||||
mode = "2560x1440";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue