Hi, zhtlancer. Thank you for the quick reply.

I already heave this set in conkyrc:

[code]
own_window yes
own_window_type desktop
own_window_hints below,skip_taskbar,skip_pager
[/code]

Those hints are properly there, as xprop says:

[stdout]
_NET_WM_STATE(ATOM) = _NET_WM_STATE_SKIP_TASKBAR, _NET_WM_STATE_BELOW
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DESKTOP
[/stdout]

The taglist square is still there with those settings.

Is there any other place I can look fot such setting?

Best,

Deny Dias.

Em seg 29 dez 2014, às 14:20:17, zhtlancer escreveu:
> This should be program specific. For conky itself, it provides a config
> option to "hide" it from taskbar, in your conkyrc, add a line
> "own_window_hints skip_taskbar" should do the trick.
> 
> On Mon, Dec 29, 2014 at 2:16 PM, Deny Dias <[email protected]> wrote:
> >
> > Hi all! New here, new to awesome.
> >
> > I'm running awesome 3.5.2.
> >
> > I'm looking for a way so awesome ignores an application in the taglist so
> > that small square disappear for the tag where the app is in.
> >
> > I have this in awful.rules for that application (Conky):
> >
> > [code]
> >     { rule = { class = "Conky" },
> >       properties = { tag = tags[1][6],
> >                      floating = true,
> >                      ontop = false,
> >                      focusable = false,
> >                      skip_taskbar = true } },
> > [/code]
> >
> > It skip taskbar as expected, but the taglist indicator still appears. I
> > want to get rid of it. How can I do that?
> >
> > I carefully read awesome's wiki and luadocs, Arch's wiki for awesome and
> > searched a lot about awesome configuration. I also read the source code for
> > /usr/share/awesome/lib/awful/widget/taglist.lua and
> > /usr/share/awesome/lib/awful/rules.lua to search for some hidden property,
> > but no luck at it.
> >
> > The closest I get for this was:
> > http://www.mail-archive.com/awesome%40naquadah.org/msg04764.html
> >
> > Although the reply says it might be fixed, API documentation doesn't have
> > an entry for that nor it explain how to do it.
> >
> > Thank you very much in advance,
> >
> > Deny Dias.
> >
> >
> > --
> > To unsubscribe, send mail to [email protected].
> >


--
To unsubscribe, send mail to [email protected].

Reply via email to