change scale on primary monitor when docked
This commit is contained in:
parent
a742744c42
commit
88f3d78c89
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@
|
|||
criteria = "eDP-1";
|
||||
transform = "normal";
|
||||
mode = "1920x1080";
|
||||
position = "0,360";
|
||||
scale = 1.5;
|
||||
position = "0,216";
|
||||
scale = 1.25;
|
||||
}
|
||||
{
|
||||
criteria = "DP-1";
|
||||
transform = "normal";
|
||||
mode = "1920x1080";
|
||||
position = "1280,0";
|
||||
position = "1536,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue