config/lua: fix missing event from know events lists (#15232)

This commit is contained in:
Nathan Bougie
2026-06-29 19:29:01 +02:00
committed by GitHub
parent bd61edda5a
commit a72fcfb5e1
+1
View File
@@ -276,6 +276,7 @@ std::unordered_set<std::string> CLuaEventHandler::knownEvents() {
"monitor.focused",
"monitor.layout_changed",
"workspace.active",
"workspace.special_active",
"workspace.created",
"workspace.removed",
"workspace.move_to_monitor",