We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bce96c commit 06c3411Copy full SHA for 06c3411
src/modules/hyprland/workspaces.cpp
@@ -202,7 +202,7 @@ void Workspaces::initializeWorkspaces() {
202
loadPersistentWorkspacesFromConfig(clientsJson);
203
}
204
// load Hyprland's workspace rules
205
- loadPersistentWorkspacesFromWorkspaceRules(clientsJson);
+ //loadPersistentWorkspacesFromWorkspaceRules(clientsJson);
206
207
208
bool isDoubleSpecial(std::string const &workspace_name) {
0 commit comments