From 53d6b94e8aef09c0494ed8a53191063b605b3127 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 13 Apr 2020 13:32:09 +0000 Subject: Move the NOHOOKS flag into the shared flags. --- notify.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'notify.c') diff --git a/notify.c b/notify.c index 8ce5e803..558bc92c 100644 --- a/notify.c +++ b/notify.c @@ -95,7 +95,8 @@ notify_insert_hook(struct cmdq_item *item, struct notify_entry *ne) continue; } - new_item = cmdq_get_command(cmdlist, &fs, NULL, CMDQ_NOHOOKS); + new_item = cmdq_get_command(cmdlist, &fs, NULL, + CMDQ_SHARED_NOHOOKS); cmdq_format(new_item, "hook", "%s", ne->name); notify_hook_formats(new_item, s, w, ne->pane); item = cmdq_insert_after(item, new_item); -- cgit v1.2.3