From 6cf3357036561134383198cc8b853abb3fe5a982 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 14 Jan 2010 17:24:39 -0500 Subject: allow app rules to match windows by their title when mapping and save the title in the _OB_APP_TITLE property --- openbox/screen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 2e69f11e..cbcaad79 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -297,6 +297,7 @@ gboolean screen_annex(void) supported[i++] = OBT_PROP_ATOM(OB_CONTROL); supported[i++] = OBT_PROP_ATOM(OB_VERSION); supported[i++] = OBT_PROP_ATOM(OB_APP_ROLE); + supported[i++] = OBT_PROP_ATOM(OB_APP_TITLE); supported[i++] = OBT_PROP_ATOM(OB_APP_NAME); supported[i++] = OBT_PROP_ATOM(OB_APP_CLASS); supported[i++] = OBT_PROP_ATOM(OB_APP_TYPE); -- cgit v1.2.3