tell windows to fullscreen on keybind
This commit is contained in:
parent
d01c7c07d8
commit
7439246efb
3 changed files with 11 additions and 0 deletions
|
|
@ -176,6 +176,8 @@ void CKeybindManager::fullscreenActive(std::string args) {
|
|||
return;
|
||||
|
||||
g_pLayoutManager->getCurrentLayout()->fullscreenRequestForWindow(PWINDOW);
|
||||
|
||||
g_pXWaylandManager->setWindowFullscreen(PWINDOW, PWINDOW->m_bIsFullscreen);
|
||||
}
|
||||
|
||||
void CKeybindManager::moveActiveToWorkspace(std::string args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue