adding x.stem config
[urisagit/Stem.git] / conf / x.stem
CommitLineData
c7450f9c 1# x.stem
2#
3[
4 class => 'Stem::SockMsg',
5 name => 'Xterm',
6 args => [
7
8 port => 6010,
9 host => 'localhost',
10 server => 1,
11 cell_attr => [
12 'data_addr' => 'XServer',
13 ],
14 ],
15],
16[
17 class => 'Stem::SockMsg',
18 name => 'XServer',
19 args => [
20 connect_now => 1,
21 port => 6000,
22 cell_attr => [
23 'data_addr' => 'Xterm',
24 ],
25 ],
26],