Skip to content

Commit

Permalink
Remove keyword workspace in mapWorkspacesToMonitors as it doesnt work…
Browse files Browse the repository at this point in the history
… anyway (#91)
  • Loading branch information
zjeffer authored Jun 14, 2024
1 parent 3221d3b commit 81adb1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ void mapWorkspacesToMonitors()
for (int i = workspaceIndex; i < workspaceIndex + workspaceCount; i++) {
std::string workspaceName = std::to_string(i);
g_vMonitorWorkspaceMap[monitor->ID].push_back(workspaceName);
HyprlandAPI::invokeHyprctlCommand("keyword", "workspace " + workspaceName + "," + monitor->szName);
PHLWORKSPACE workspace = g_pCompositor->getWorkspaceByName(workspaceName);

if (workspace != nullptr) {
Expand Down

0 comments on commit 81adb1c

Please sign in to comment.