Bugfix: Correctly warp floating windows when using the 'move' command
This commit is contained in:
@ -699,7 +699,7 @@ move:
|
||||
|
||||
TAILQ_FOREACH(current, &owindows, owindows) {
|
||||
printf("matching: %p / %s\n", current->con, current->con->name);
|
||||
con_move_to_workspace(current->con, ws);
|
||||
con_move_to_workspace(current->con, ws, false);
|
||||
}
|
||||
|
||||
tree_render();
|
||||
|
Reference in New Issue
Block a user