a9d8184c73
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
|
||
---|---|---|
.. | ||
lib | ||
t | ||
.gitignore | ||
complete-run.pl | ||
i3-test.config | ||
Makefile.PL | ||
new-test | ||
restart-state.golden | ||
valgrind.supp |