mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 04:45:59 +01:00
restore vt switching
This commit is contained in:
parent
60d04e196d
commit
029d4fb805
1 changed files with 1 additions and 3 deletions
|
@ -810,9 +810,7 @@ bool CKeybindManager::handleVT(xkb_keysym_t keysym) {
|
||||||
|
|
||||||
Debug::log(LOG, "Switching from VT {} to VT {}", ttynum, TTY);
|
Debug::log(LOG, "Switching from VT {} to VT {}", ttynum, TTY);
|
||||||
|
|
||||||
// FIXME:
|
g_pCompositor->m_pAqBackend->session->switchVT(TTY);
|
||||||
//wlr_session_change_vt(g_pCompositor->m_sWLRSession, TTY);
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue