diff options
author | Brenno Lemos <[email protected]> | 2023-10-22 19:11:03 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-22 23:11:03 +0100 |
commit | b135bd6cd4c27a9fd94dfa084e75188463c2eb3b (patch) | |
tree | 74f04ca3dd010c41f0fd323187bfd916747da151 /src/managers | |
parent | 59f27e7f570170783ac01fb46a0ff90e14de53e6 (diff) | |
download | Hyprland-b135bd6cd4c27a9fd94dfa084e75188463c2eb3b.tar.gz Hyprland-b135bd6cd4c27a9fd94dfa084e75188463c2eb3b.zip |
workspacerules: Add new optional "default command" for auto-launching apps on new workspaces (#3559)
Diffstat (limited to 'src/managers')
-rw-r--r-- | src/managers/KeybindManager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp index 321409cc..72e7f24e 100644 --- a/src/managers/KeybindManager.cpp +++ b/src/managers/KeybindManager.cpp @@ -1,5 +1,7 @@ #include "KeybindManager.hpp" #include "../render/decorations/CHyprGroupBarDecoration.hpp" +#include "debug/Log.hpp" +#include "helpers/VarList.hpp" #include <regex> |