Added an exit dispatcher and no more SIGSEGV on exit
This commit is contained in:
parent
894ae2d742
commit
3f8845a6a7
4 changed files with 10 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ private:
|
|||
static void toggleSplit(std::string);
|
||||
static void moveCursorToCorner(std::string);
|
||||
static void workspaceOpt(std::string);
|
||||
static void exitHyprland(std::string);
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CKeybindManager> g_pKeybindManager;
|
||||
Loading…
Add table
Add a link
Reference in a new issue