adding x.stem config
Uri Guttman [Wed, 5 Aug 2009 21:20:41 +0000 (17:20 -0400)]
conf/x.stem [new file with mode: 0644]

diff --git a/conf/x.stem b/conf/x.stem
new file mode 100644 (file)
index 0000000..acb0df4
--- /dev/null
@@ -0,0 +1,26 @@
+# x.stem
+#
+[
+       class   =>      'Stem::SockMsg',
+       name    =>      'Xterm',
+       args    =>      [
+
+               port            => 6010,
+               host            => 'localhost',
+               server          => 1,
+               cell_attr       => [
+                       'data_addr'     => 'XServer',
+               ],
+       ],
+],
+[
+       class   =>      'Stem::SockMsg',
+       name    =>      'XServer',
+       args    =>      [
+               connect_now     => 1,
+               port            => 6000,
+               cell_attr       => [
+                       'data_addr'     => 'Xterm',
+               ],
+       ],
+],