Bugfix: Correctly revert focus to other floating windows when closing a floating window
Uncovered by the testsuite \o/
This commit is contained in:
@ -533,7 +533,7 @@ kill:
|
||||
else {
|
||||
TAILQ_FOREACH(current, &owindows, owindows) {
|
||||
printf("matching: %p / %s\n", current->con, current->con->name);
|
||||
tree_close(current->con, $2, false);
|
||||
tree_close(current->con, $2, false, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user