Skip to content

Instantly share code, notes, and snippets.

@shlomiv
Created August 17, 2016 23:45
Show Gist options
  • Save shlomiv/f61f300abdf6d7266d36dc2f7d3c3c32 to your computer and use it in GitHub Desktop.
Save shlomiv/f61f300abdf6d7266d36dc2f7d3c3c32 to your computer and use it in GitHub Desktop.
defaults read com.apple.spaces
> defaults read com.apple.spaces
{
SpacesDisplayConfiguration = {
"Management Data" = {
"Management Mode" = 1;
Monitors = (
{
"Current Space" = {
id64 = 4;
type = 0;
uuid = "6B431B19-0F03-4AA2-8036-84E08558AC8D";
};
"Display Identifier" = Main;
Spaces = (
{
id64 = 4;
type = 0;
uuid = "6B431B19-0F03-4AA2-8036-84E08558AC8D";
},
{
id64 = 5;
type = 0;
uuid = "4ECB80E8-AEE6-4C8D-833C-303B96EB739E";
},
{
id64 = 6;
type = 0;
uuid = "ADBCAC53-7BF4-4E16-9BE3-1168194449F7";
},
{
id64 = 7;
type = 0;
uuid = "A0AB1B23-E89F-42FB-9317-19553CA55B21";
},
{
id64 = 3;
type = 0;
uuid = "";
wsid = 1;
},
{
id64 = 8;
type = 0;
uuid = "86C5B5B5-7E35-4C35-B654-A03E59C2319E";
},
{
id64 = 9;
type = 0;
uuid = "D052419D-05A4-4A85-A579-AC940473BA8B";
},
{
id64 = 10;
type = 0;
uuid = "A5532338-1C75-49E2-9BED-291333C3C79A";
},
{
id64 = 11;
type = 0;
uuid = "C0DFB57A-5C20-4E18-BBD0-82D716BB0DAF";
},
{
id64 = 12;
type = 0;
uuid = "F768EE3C-8135-469B-921A-D8BC4D4A726F";
}
);
},
{
"Collapsed Space" = {
id64 = 55;
type = 0;
uuid = "D581B153-3743-4615-899B-BF6DA07332FC";
};
"Current Space" = {
id64 = 14;
type = 0;
uuid = "DA408A12-401E-4FAC-B896-6655CD150810";
};
"Display Identifier" = "D2B242C3-4237-91BD-7935-B7ADCF376073";
Spaces = (
{
id64 = 14;
type = 0;
uuid = "DA408A12-401E-4FAC-B896-6655CD150810";
},
{
id64 = 15;
type = 0;
uuid = "68B252CB-ECE5-4494-A609-489DE47A38E0";
}
);
},
{
"Collapsed Space" = {
id64 = 56;
type = 0;
uuid = "81041058-C863-4831-B1E3-AA0DA2FBF1DD";
};
"Current Space" = {
id64 = 17;
type = 0;
uuid = "0ED2CD02-84B9-444B-A33F-D8F0829A46D9";
};
"Display Identifier" = "0B6EFF02-6ABF-09F8-6570-FA692B15F6B9";
Spaces = (
{
id64 = 17;
type = 0;
uuid = "0ED2CD02-84B9-444B-A33F-D8F0829A46D9";
},
{
id64 = 18;
type = 0;
uuid = "CD79DC40-F3BD-4DEC-8C53-8375E8A0D2B4";
},
{
id64 = 19;
type = 0;
uuid = "D0664AE6-FD75-48DE-A299-4A14A4E27164";
}
);
}
);
};
"Space Properties" = (
{
name = "D0664AE6-FD75-48DE-A299-4A14A4E27164";
windows = (
103,
82
);
},
{
name = "CD79DC40-F3BD-4DEC-8C53-8375E8A0D2B4";
windows = (
103,
81
);
},
{
name = "0ED2CD02-84B9-444B-A33F-D8F0829A46D9";
windows = (
168,
197,
198,
103,
80
);
},
{
name = "68B252CB-ECE5-4494-A609-489DE47A38E0";
windows = (
103,
85
);
},
{
name = "DA408A12-401E-4FAC-B896-6655CD150810";
windows = (
103,
84
);
},
{
name = "F768EE3C-8135-469B-921A-D8BC4D4A726F";
windows = (
103,
78
);
},
{
name = "C0DFB57A-5C20-4E18-BBD0-82D716BB0DAF";
windows = (
103,
77
);
},
{
name = "A5532338-1C75-49E2-9BED-291333C3C79A";
windows = (
169,
170,
103,
76
);
},
{
name = "D052419D-05A4-4A85-A579-AC940473BA8B";
windows = (
193,
194,
103,
75
);
},
{
name = "86C5B5B5-7E35-4C35-B654-A03E59C2319E";
windows = (
8835,
149,
103,
74
);
},
{
name = "A0AB1B23-E89F-42FB-9317-19553CA55B21";
windows = (
171,
172,
103,
72
);
},
{
name = "ADBCAC53-7BF4-4E16-9BE3-1168194449F7";
windows = (
195,
196,
103,
71
);
},
{
name = "4ECB80E8-AEE6-4C8D-833C-303B96EB739E";
windows = (
173,
179,
103,
70
);
},
{
name = "6B431B19-0F03-4AA2-8036-84E08558AC8D";
windows = (
181,
182,
4636,
104,
103,
69
);
},
{
name = "";
windows = (
132,
103,
73
);
}
);
};
"app-bindings" = {
"com.googlecode.iterm2" = "";
};
"spans-displays" = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment