default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

if [[ $HYPR_WORKSPACES == "y" ]]; then
  sed -i 's/zext_workspace_handle_v1_activate(workspace_handle_);/const std::string command = "hyprctl dispatch workspace " + name_;\n\tsystem(command.c_str());/g' src/modules/wlr/workspace_manager.cpp
fi
