summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Pisani <topisani@hamsterpoison.com>2024-03-03 04:29:32 +0100
committerTobias Pisani <topisani@hamsterpoison.com>2024-03-27 17:59:05 +0100
commit5515383ae4683c3d691004cbc422ee1f6e36ee07 (patch)
treeb45f864897dd5ac6a3d531f79db1d019870dcf39 /doc
parent2f7568485ff6ac6aaf83f6ac5988de6a723083c4 (diff)
Add ClientRenamed hook
Diffstat (limited to 'doc')
-rw-r--r--doc/pages/hooks.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pages/hooks.asciidoc b/doc/pages/hooks.asciidoc
index 46de9133..d9c000eb 100644
--- a/doc/pages/hooks.asciidoc
+++ b/doc/pages/hooks.asciidoc
@@ -140,6 +140,9 @@ name. Hooks with no description will always use an empty string.
*ClientClose* `client name`::
executed when a client is closed, after it was removed from the client
list.
+
+*ClientRenamed* `<old name>:<new name>`::
+ executed when a client is renamed using the `rename-client` command
*RuntimeError* `error message`::
an error was encountered while executing a user command