Vanguard: assign workspace 6 to right monitor by default

This commit is contained in:
Evie Litherland-Smith 2024-09-22 10:44:10 +01:00
parent 8b70ab45f3
commit 62bbd80c86

View file

@ -50,14 +50,14 @@
};
};
workspaceOutputAssign = [
{
output = "DP-1";
workspace = "2";
}
{
output = "DP-2";
workspace = "1";
}
{
output = "DP-1";
workspace = "6";
}
];
};
};