restore vt switching

This commit is contained in:
Vaxry 2024-06-25 13:39:45 +02:00
parent 2b7c89474b
commit 24d8e2cfe3
1 changed files with 1 additions and 3 deletions

View File

@ -810,9 +810,7 @@ bool CKeybindManager::handleVT(xkb_keysym_t keysym) {
Debug::log(LOG, "Switching from VT {} to VT {}", ttynum, TTY);
// FIXME:
//wlr_session_change_vt(g_pCompositor->m_sWLRSession, TTY);
return true;
g_pCompositor->m_pAqBackend->session->switchVT(TTY);
}
return true;