all repos — openbox @ 0b5f6589ba42869d4d1bdac61b3128dbc762424d

openbox fork - make it a bit more like ryudo

print the class not the name
Dana Jansens danakj@orodu.net
commit

0b5f6589ba42869d4d1bdac61b3128dbc762424d

parent

f8bbe46bce7597304d10d106ae51af43af88ca66

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

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

@@ -301,7 +301,7 @@ client_set_list();

dispatch_client(Event_Client_Mapped, self, 0, 0); - g_message("Managed window 0x%lx (%s)", window, self->name); + g_message("Managed window 0x%lx (%s)", window, self->class); } void client_unmanage_all()

@@ -315,7 +315,7 @@ {

int j; GSList *it; - g_message("Unmanaging window: %lx (%s)", self->window, self->name); + g_message("Unmanaging window: %lx (%s)", self->window, self->class); dispatch_client(Event_Client_Destroy, self, 0, 0); g_assert(self != NULL);