Revert "don’t fix coordinates/change focus/warp when source_output was scratchpad"
This reverts commit 9480801927
.
This causes focus issues.
This commit is contained in:
parent
9480801927
commit
073ecdd711
|
@ -771,7 +771,7 @@ void con_move_to_workspace(Con *con, Con *workspace, bool fix_coordinates, bool
|
|||
next = ws;
|
||||
}
|
||||
|
||||
if (source_output != dest_output && !con_is_internal(source_output)) {
|
||||
if (source_output != dest_output) {
|
||||
/* Take the relative coordinates of the current output, then add them
|
||||
* to the coordinate space of the correct output */
|
||||
if (fix_coordinates && con->type == CT_FLOATING_CON) {
|
||||
|
|
Loading…
Reference in New Issue