Vanguard: assign workspace 6 to right monitor by default
This commit is contained in:
parent
8b70ab45f3
commit
62bbd80c86
|
@ -50,14 +50,14 @@
|
|||
};
|
||||
};
|
||||
workspaceOutputAssign = [
|
||||
{
|
||||
output = "DP-1";
|
||||
workspace = "2";
|
||||
}
|
||||
{
|
||||
output = "DP-2";
|
||||
workspace = "1";
|
||||
}
|
||||
{
|
||||
output = "DP-1";
|
||||
workspace = "6";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue