On Thu, Mar 16, 2006 at 11:40:03AM +0100, Erik Ivarsson wrote: > Anselm R. Garbe wrote: > > On Thu, Mar 16, 2006 at 11:12:25AM +0100, Erik Ivarsson wrote: > >> Some isues with the latest snap: > >> * When creating a 1+2 ws only clients from 1 appears. > > > > Can't reproduce, what have you done exactly? > > I created two terminals and then tagged one of them to 2. > echo select 1+2 -n | wmiir write /ctl > The only client in the new ws is the one with tag 1.
'echo select 1+2 -n' echos following: select 1+2 -n Since '+' is the tag separator, this would only merge clients tagged with '1' and '2 -n' - thus wmii does nothing wrong here. I suspect you want to try: echo -n select 1+2 | wmiir write /ctl instead... Regards, -- Anselm R. Garbe ><>< www.ebrag.de ><>< GPG key: 0D73F361 _______________________________________________ [email protected] mailing list http://wmii.de/cgi-bin/mailman/listinfo/wmii
