workspace set active
This commit is contained in:
parent
c8425926c9
commit
0ae6563fef
6 changed files with 15 additions and 7 deletions
|
|
@ -115,7 +115,7 @@ void Events::listener_newOutput(wl_listener* listener, void* data) {
|
|||
PNEWMONITOR->scale = monitorRule.scale;
|
||||
|
||||
g_pCompositor->deactivateAllWLRWorkspaces(PNEWWORKSPACE->m_pWlrHandle);
|
||||
wlr_ext_workspace_handle_v1_set_active(PNEWWORKSPACE->m_pWlrHandle, true);
|
||||
PNEWWORKSPACE->setActive(true);
|
||||
|
||||
if (!pMostHzMonitor || monitorRule.refreshRate > pMostHzMonitor->refreshRate)
|
||||
pMostHzMonitor = PNEWMONITOR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue