Handle TTY switching

but bugs rn when coming back :-/
This commit is contained in:
vaxerski 2022-03-27 19:32:50 +02:00
parent 07612534dd
commit ba7b2d0db2
2 changed files with 21 additions and 1 deletions

View file

@ -21,6 +21,7 @@ public:
private:
std::deque<SKeybind> m_dKeybinds;
bool handleInternalKeybinds(xkb_keysym_t);
// -------------- Dispatchers -------------- //
void killActive(std::string);