mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 09:51:38 -05:00
Revert "Transfer sticky nodes in move_client
"
This is unnecessary since we're transferring to the active desktop of
the destination monitor.
So #1098 should in fact be fixed by 5df311b12c
.
This commit is contained in:
parent
6d6ac15217
commit
c6d4e6e570
1 changed files with 0 additions and 2 deletions
|
@ -534,9 +534,7 @@ bool move_client(coordinates_t *loc, int dx, int dy)
|
|||
return true;
|
||||
}
|
||||
|
||||
sticky_still = false;
|
||||
transfer_node(loc->monitor, loc->desktop, n, pm, pm->desk, pm->desk->focus, true);
|
||||
sticky_still = true;
|
||||
loc->monitor = pm;
|
||||
loc->desktop = pm->desk;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue