This patch correctly determines the previously focused workspace on the target output when moving a workspace to another output. Before, we used nodes_head for this, which will not actually return the previously focused workspace, but just the first workspace on that output. Hence, we now use focus_head instead. This bug was introduced all the way back in 1e143fea when the feature of moving workspaces to another output was first implemented. fixes #2229
Description
No description provided
Languages
C
58.6%
Perl
29%
Raku
9.4%
Ruby
1.2%
Shell
0.7%
Other
1.1%