From 73096e7b1f41878be02965bfa68f66c111e00da4 Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Fri, 23 May 2025 17:46:24 -0600 Subject: [PATCH] lexer: Add unminimized and unfullscreened signals --- wayfire/lexer/symbol.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.