From 42490f4750bb6f39c08908e8e7a3b85022a077af Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 4 Aug 2021 08:07:19 +0000 Subject: Add a client-active hook, from ncfavier in GitHub issue 2803. --- options-table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options-table.c') diff --git a/options-table.c b/options-table.c index bca529cf..a4b85fd2 100644 --- a/options-table.c +++ b/options-table.c @@ -1145,6 +1145,7 @@ const struct options_table_entry options_table[] = { OPTIONS_TABLE_HOOK("alert-activity", ""), OPTIONS_TABLE_HOOK("alert-bell", ""), OPTIONS_TABLE_HOOK("alert-silence", ""), + OPTIONS_TABLE_HOOK("client-active", ""), OPTIONS_TABLE_HOOK("client-attached", ""), OPTIONS_TABLE_HOOK("client-detached", ""), OPTIONS_TABLE_HOOK("client-resized", ""), -- cgit