frankzen / wbar

wbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setName is not called

GoogleCodeExporter opened this issue · comments

By default, wbar does not call barwin's setName, so its window has no name and 
therefore it cannot be ignored by window managers.

I added this to Main.cc before the imlib2 initialization:
barwin.setName((char *) "wbar");

Now I can add it to cwm's ignore list, so it does not appear in my ALT+TAB.

I think it could be a nice addition to the next version.

Dima Krasner (a.k.a Iguleder),
Puppy Linux

Original issue reported on code.google.com by igule...@gmail.com on 24 Dec 2011 at 1:15

Original comment by ivan.fit...@eltrino.com on 25 Dec 2011 at 4:17

  • Changed state: Accepted
Window name is now set to the name of the running binary without path (i.e 
'wbar' when started as '/usr/bin/wbar')
Commited at revision 35

Original comment by ivan.fit...@eltrino.com on 25 Dec 2011 at 6:03

  • Changed state: Fixed