summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-01-14 17:24:39 -0500
committerDana Jansens <danakj@orodu.net>2010-01-14 18:41:21 -0500
commit6cf3357036561134383198cc8b853abb3fe5a982 (patch)
tree3c359a2ac24f533755a3f7895c936567dac8fa25 /openbox/screen.c
parentae85462f2bf0812755a29ea17080b14f681acaf4 (diff)
allow app rules to match windows by their title when mapping
and save the title in the _OB_APP_TITLE property
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c1
1 files changed, 1 insertions, 0 deletions
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);