wlr-ext-workspace: remove protocol impl

Various reasons: 1st, memory issues. 2nd, MR got closed (see https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/merge_requests/35) 3rd, not needed anymore (waybar has its own hyprland/workspaces module)
This commit is contained in:
vaxerski
2023-09-01 17:10:03 +02:00
parent 5035f5fc68
commit bb0933437f
13 changed files with 9 additions and 853 deletions

View File

@@ -1976,11 +1976,6 @@ void CConfigManager::dispatchExecOnce() {
g_pInputManager->setTouchDeviceConfigs();
g_pInputManager->setTabletConfigs();
// set ws names again
for (auto& ws : g_pCompositor->m_vWorkspaces) {
wlr_ext_workspace_handle_v1_set_name(ws->m_pWlrHandle, ws->m_szName.c_str());
}
// check for user's possible errors with their setup and notify them if needed
g_pCompositor->performUserChecks();
}