On Tue, Oct 04, 2011 at 09:52:20PM +0200, Uli Schlachter wrote:
> Oh, taglist. I guess that should be solved via a taglist filter then. E.g.
> instead of filter.noempty, it would need an own function which skips clients
> with skip_taskbar... Or so.
>
I do not understand. Do you mean an alternative to the second patch? If so,
is it something to modify on the user side (rc.lua) or the Awesome side
(widgets)?
> > It also has the side effect that it untags the client from all tags but one.
>
> Weird. No idea. :(
>
> > This is the rule I use:
> >
> > { rule = {
> > instance = "luaplasma",
> > -- with skip_taskbar set to either true or false
> > -- the tags set below in the callback are unset for
> > -- the client
> > properties = { skip_taskbar = true }
> > },
> > callback = function(c)
> > c:tags({
> > tags[c.screen][1],
> > tags[c.screen][2],
> > tags[c.screen][3],
> > tags[c.screen][4],
> > tags[c.screen][8]
> > })
> > end },
>
>
> --
> Q: Because it reverses the logical flow of conversation.
> A: Why is putting a reply at the top of the message frowned upon?
>
> --
> To unsubscribe, send mail to [email protected].
--
To unsubscribe, send mail to [email protected].