Added movecursortocorner

This commit is contained in:
vaxerski 2022-05-22 11:52:39 +02:00
parent 9af95492f8
commit e924cd95fd
2 changed files with 40 additions and 0 deletions

View file

@ -46,6 +46,7 @@ private:
static void alterSplitRatio(std::string);
static void focusMonitor(std::string);
static void toggleSplit(std::string);
static void moveCursorToCorner(std::string);
};
inline std::unique_ptr<CKeybindManager> g_pKeybindManager;