configmanager: deprecate bindws

This commit is contained in:
vaxerski
2023-05-05 15:41:25 +01:00
parent a5d63a0324
commit 7b73a332ea
2 changed files with 5 additions and 25 deletions

View File

@@ -217,8 +217,6 @@ class CConfigManager {
std::string m_szCurrentSubmap = ""; // For storing the current keybind submap
std::vector<std::pair<std::string, std::string>> boundWorkspaces;
std::vector<SExecRequestedRule> execRequestedRules; // rules requested with exec, e.g. [workspace 2] kitty
std::vector<std::string> m_vDeclaredPlugins;