diff options
Diffstat (limited to 'src/core/expandos.c')
-rw-r--r-- | src/core/expandos.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/expandos.c b/src/core/expandos.c index 6f0f392d..67a9d269 100644 --- a/src/core/expandos.c +++ b/src/core/expandos.c @@ -643,7 +643,9 @@ void expandos_init(void) "window server changed", EXPANDO_ARG_WINDOW, NULL); expando_create("itemname", expando_itemname, "window changed", EXPANDO_ARG_NONE, - "window item changed", EXPANDO_ARG_WINDOW, NULL); + "window item changed", EXPANDO_ARG_WINDOW, + "window item name changed", EXPANDO_ARG_WINDOW_ITEM, + NULL); read_settings(); |