Skip to content

Commit

Permalink
Fix #78: dont focus first workspace in fixWorkspaceArrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed May 12, 2024
1 parent edb4fd7 commit b2a7d35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ void fixWorkspaceArrangement()
Debug::log(WARN, "[split-monitor-workspaces] fixWorkspaceArrangement: Workspace not found: {}", workspace);
}
}
// focus this monitor's first workspace
HyprlandAPI::invokeHyprctlCommand("dispatch", "workspace " + workspaces[0]);
}
}

Expand Down

0 comments on commit b2a7d35

Please sign in to comment.