summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-06 12:01:24 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-06 12:01:24 +0100
commit33e332428c41408cc51ade69c9cbf1994dbab431 (patch)
treea771e45f1b6b582ebcab089cf2226e60446a58bd /options-table.c
parent4bccff95566c64ae99935b74a603203a1530a360 (diff)
parent24cd6851f6a4e0152f59d22bf446e553cd7f23f9 (diff)
Merge branch 'obsd-master' into master
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index 674c96f1..4460c951 100644
--- a/options-table.c
+++ b/options-table.c
@@ -1147,6 +1147,8 @@ const struct options_table_entry options_table[] = {
OPTIONS_TABLE_HOOK("client-active", ""),
OPTIONS_TABLE_HOOK("client-attached", ""),
OPTIONS_TABLE_HOOK("client-detached", ""),
+ OPTIONS_TABLE_HOOK("client-focus-in", ""),
+ OPTIONS_TABLE_HOOK("client-focus-out", ""),
OPTIONS_TABLE_HOOK("client-resized", ""),
OPTIONS_TABLE_HOOK("client-session-changed", ""),
OPTIONS_TABLE_PANE_HOOK("pane-died", ""),