MCPcopy Create free account
hub / github.com/Alexays/Waybar / removeWorkspacesToRemove

Method removeWorkspacesToRemove

src/modules/hyprland/workspaces.cpp:831–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831void Workspaces::removeWorkspacesToRemove() {
832 for (const auto& workspaceString : m_workspacesToRemove) {
833 removeWorkspace(workspaceString);
834 }
835 m_workspacesToRemove.clear();
836}
837
838void Workspaces::removeWorkspace(std::string const& workspaceString) {
839 spdlog::debug("Removing workspace {}", workspaceString);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected