Don't mess with sizes when moving to other ws.
This commit is contained in:
committed by
Michael Stapelberg
parent
9cfe376d15
commit
ac8fb2399d
@ -507,6 +507,7 @@ void con_move_to_workspace(Con *con, Con *workspace) {
|
||||
|
||||
/* 6: fix the percentages */
|
||||
con_fix_percent(parent);
|
||||
con->percent = 0.0;
|
||||
con_fix_percent(next);
|
||||
|
||||
/* 7: keep focus on the current workspace */
|
||||
|
Reference in New Issue
Block a user