diff --git a/wayfire/lexer/symbol.hpp b/wayfire/lexer/symbol.hpp index cdd020f..7b98782 100644 --- a/wayfire/lexer/symbol.hpp +++ b/wayfire/lexer/symbol.hpp @@ -12,7 +12,7 @@ namespace wf /** * @brief Set of all the signals recognized by the lexer. */ -static const std::set SIGNALS = {"created", "maximized", "unmaximized", "minimized", "fullscreened"}; +static const std::set SIGNALS = {"created", "maximized", "unmaximized", "minimized", "unminimized", "fullscreened", "unfullscreened"}; /** * @brief Set of all the keywords recognized by the lexer.