summaryrefslogtreecommitdiff
path: root/obt/prop.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 /obt/prop.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 'obt/prop.c')
-rw-r--r--obt/prop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/obt/prop.c b/obt/prop.c
index 3af9c7d7..ae229e42 100644
--- a/obt/prop.c
+++ b/obt/prop.c
@@ -192,6 +192,7 @@ void obt_prop_startup(void)
CREATE_(OB_CONTROL);
CREATE_(OB_VERSION);
CREATE_(OB_APP_ROLE);
+ CREATE_(OB_APP_TITLE);
CREATE_(OB_APP_NAME);
CREATE_(OB_APP_CLASS);
CREATE_(OB_APP_TYPE);