From: Uri Guttman Date: Wed, 5 Aug 2009 21:20:41 +0000 (-0400) Subject: adding x.stem config X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=urisagit%2FStem.git;a=commitdiff_plain;h=c7450f9c4036f41ea7fff5863d02779db52e4855 adding x.stem config --- diff --git a/conf/x.stem b/conf/x.stem new file mode 100644 index 0000000..acb0df4 --- /dev/null +++ b/conf/x.stem @@ -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', + ], + ], +],