X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=conf%2Fx.stem;fp=conf%2Fx.stem;h=acb0df495fbdb09a8662d192b31fb0e74013e0c4;hb=c7450f9c4036f41ea7fff5863d02779db52e4855;hp=0000000000000000000000000000000000000000;hpb=015117d3e73e2374982d69002f43d1111f1e9b2a;p=urisagit%2FStem.git 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', + ], + ], +],