all repos — openbox @ c564b6245fcfaf0efd523cfa17bc1a73fe640d68

openbox fork - make it a bit more like ryudo

Show name/class when mapping in debug mode.
Mikael Magnusson mikachu@gmail.com
commit

c564b6245fcfaf0efd523cfa17bc1a73fe640d68

parent

f34b2571b99f40885548fc3ea7c8c5b45ba64335

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -312,6 +312,7 @@ client_get_all(self, TRUE);

ob_debug("Window type: %d\n", self->type); ob_debug("Window group: 0x%x\n", self->group?self->group->leader:0); + ob_debug("Window name: %s class: %s\n", self->name, self->class); /* now we have all of the window's information so we can set this up. do this before creating the frame, so it can tell that we are still