Skip to content

Commit

Permalink
workspacerules: Do not check 'on-created-empty' if using a workspace …
Browse files Browse the repository at this point in the history
…windowrule (#8486)
  • Loading branch information
alyanser authored Nov 16, 2024
1 parent cf18eca commit 9d37b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/Windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ void Events::listener_mapWindow(void* owner, void* data) {
auto pWorkspace = g_pCompositor->getWorkspaceByID(REQUESTEDWORKSPACEID);

if (!pWorkspace)
pWorkspace = g_pCompositor->createNewWorkspace(REQUESTEDWORKSPACEID, PWINDOW->monitorID(), requestedWorkspaceName);
pWorkspace = g_pCompositor->createNewWorkspace(REQUESTEDWORKSPACEID, PWINDOW->monitorID(), requestedWorkspaceName, false);

PWORKSPACE = pWorkspace;

Expand Down

0 comments on commit 9d37b1b

Please sign in to comment.