diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-01-14 17:24:39 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-01-14 18:41:21 -0500 |
| commit | 6cf3357036561134383198cc8b853abb3fe5a982 (patch) | |
| tree | 3c359a2ac24f533755a3f7895c936567dac8fa25 /obt/prop.c | |
| parent | ae85462f2bf0812755a29ea17080b14f681acaf4 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
