On Thu, Mar 16, 2006 at 08:52:04PM +0000, David Tweed wrote: > --- "Anselm R. Garbe" <[EMAIL PROTECTED]> wrote: > > Though this mechanism needs to be tested now. I > > suspect there > > might be several kinds of bugs and sideeffects. > > Please provide > > feedback now. > > One thing I haven't figured out is how to remove a tag > from a window. (Ie, a client had tags "xxxxx", "yyyyy" > and I can add "zzzzz" using wmiir; how can I cause it > to remove the tag "zzzzz" again?)
wmiir read /ws/sel/sel/tags | sed 's/zzzzz//' | wmiir write /ws/sel/sel/tags (or something similiar) > PS: in a wmiir listing all the entries for size come > out as strange negative values on my x86_64 linux > system. Haven't been able to check a standard x86 box > recently: is this anything to investigate further. Ah, I think a fmt list issue, because I used %5lld for fprintf, but it should be %5llu. I'm going to push a fix. Regards, -- Anselm R. Garbe ><>< www.ebrag.de ><>< GPG key: 0D73F361 _______________________________________________ [email protected] mailing list http://wmii.de/cgi-bin/mailman/listinfo/wmii
