Skip to content

Commit 06c3411

Browse files
committed
WIP: Disable load persistent workspaces from workspace rules
1 parent 4bce96c commit 06c3411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/hyprland/workspaces.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ void Workspaces::initializeWorkspaces() {
202202
loadPersistentWorkspacesFromConfig(clientsJson);
203203
}
204204
// load Hyprland's workspace rules
205-
loadPersistentWorkspacesFromWorkspaceRules(clientsJson);
205+
//loadPersistentWorkspacesFromWorkspaceRules(clientsJson);
206206
}
207207

208208
bool isDoubleSpecial(std::string const &workspace_name) {

0 commit comments

Comments
 (0)