-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sooo, I got some spare time and i'm on it again!

As described below, I was trying to solve this annoying battle between
awesome and the lxpanel, which was characterized by awesome treating
the panel just like any other client; with the effect that I regularly
killed the panel when changing to a different tag and having it focused.
Uli proposed a callback function which calls unmanage on the panel,
which I tried to implement like this:
- ----------------------------------------------
{ rule = {type = "dock"},
        properties = {border_width = 0,
         keys = {}, focus = false },
        callback = function(c) c:unmanage() end}
- ---------------------------------------------

This makes the panel disappear completely though.


I managed to get the problem solved by simply adding the following rule:
- ----------------------------------------------
{ rule = {type = "dock"},
        properties = {border_width = 0,
         keys = {}, focus = false }}
- ---------------------------------------------

The "keys = {}" simply renders the simple keybindings -such as
mod+shift+c- not applicable to the panel. So far so good.

Still, an annoying problem which stays is that the panel -though
displayed correctly on every tag- is always displayed on the first tag
in the taglist as an open client. You can imagine that I don't want it
to be displayed in the taglist at_all.

Any thoughts? I tried to pass an "empty" tag via the rule, as i did
with the keys, which does not work, as "tag=<sometag>" requires a
tag-object.

Is there any way to pass the panel client some kind of "NULL-tag", or
tell the taglist to ignore dock-clients?

Greetings,
Levent

Am 28.01.2013 18:05, schrieb Levent S.B.:

WM_STATE(WM_STATE):

to keep the panel from being focused on-click.



- -- 
Levent Burggraef
Buesgen Institute
Dept. for Forest Zoology and Forest Conservation
Buesgenweg 3
37077 Goettingen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRULezAAoJEEw84jyLcGckIXIH/02DSgXnJEPbAT1Wzpqj0b1H
I280AnJ3ouc7vYayZTeu1yhQ9f+IbwoNkz+M+U/PVTx8pVZe2xs+3GnmpG8DMU24
0zszhH9H0P+QZPbQd4wC4HW57TdDSZ5bxGCboMmjs79s7GfGtn7VGdKmXuvgeugT
Ee0Cc0yoTyMX5ee5D5FK14JScXMuKkk0+4m4O+Ud97zEYrNXDMLqasmySPlgycNB
2DM9OQIIaqzxcQXfTBxjY2HW4DMaemyCIJuBYVKajdoFQ4aWp4fo0GFTlQO1knW/
vkqK8SnyyPL2lm+Up56h1rB2yTU/jKDTL1piE1xgioTyx55eYhCClyadexQ6NXE=
=/hpy
-----END PGP SIGNATURE-----

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

Reply via email to