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: 0D73F361Received on Thu Mar 16 2006 - 11:47:07 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:01:16 UTC