diff options
| author | Tobias Pisani <topisani@hamsterpoison.com> | 2024-03-03 04:29:32 +0100 |
|---|---|---|
| committer | Tobias Pisani <topisani@hamsterpoison.com> | 2024-03-27 17:59:05 +0100 |
| commit | 5515383ae4683c3d691004cbc422ee1f6e36ee07 (patch) | |
| tree | b45f864897dd5ac6a3d531f79db1d019870dcf39 /src/hook_manager.hh | |
| parent | 2f7568485ff6ac6aaf83f6ac5988de6a723083c4 (diff) | |
Add ClientRenamed hook
Diffstat (limited to 'src/hook_manager.hh')
| -rw-r--r-- | src/hook_manager.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hook_manager.hh b/src/hook_manager.hh index 24e88e1a..4a5c85b3 100644 --- a/src/hook_manager.hh +++ b/src/hook_manager.hh @@ -30,6 +30,7 @@ enum class Hook BufSetOption, ClientCreate, ClientClose, + ClientRenamed, InsertChar, InsertDelete, InsertIdle, @@ -75,6 +76,7 @@ constexpr auto enum_desc(Meta::Type<Hook>) {Hook::BufSetOption, "BufSetOption"}, {Hook::ClientCreate, "ClientCreate"}, {Hook::ClientClose, "ClientClose"}, + {Hook::ClientRenamed, "ClientRenamed"}, {Hook::InsertChar, "InsertChar"}, {Hook::InsertDelete, "InsertDelete"}, {Hook::InsertIdle, "InsertIdle"}, |
