dennyhalim / wbar

Automatically exported from code.google.com/p/wbar
GNU General Public License v3.0
0 stars 0 forks source link

setName is not called #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
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