Fix conflicting workspace assignments when renaming

The bug here is that workspace assignments with numbers are triggered
even if a named argument matches later on.

With this commit, get_assigned_output is called to correctly iterate the
workspace assignments.

Fixes #4021
This commit is contained in:
Orestis Floros
2020-04-16 22:31:44 +02:00
parent 0d5a7eeff8
commit b6024122dc
3 changed files with 23 additions and 23 deletions

View File

@ -47,3 +47,4 @@ working. Please reach out to us in that case!
• fix conflict when moving parent of fullscreen window to workspace
• fix Xorg memory leak with i3bar
• fix named workspace assignments on output changes
• fix named workspace assignment precedence on workspace renames