mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
parent
eb483bbe12
commit
b14ec64565
1 changed files with 1 additions and 0 deletions
1
tree.c
1
tree.c
|
@ -974,6 +974,7 @@ void find_nearest_neighbor(coordinates_t *ref, coordinates_t *dst, direction_t d
|
|||
if (f == ref->node ||
|
||||
f->client == NULL ||
|
||||
f->hidden ||
|
||||
is_descendant(f, ref->node) ||
|
||||
!node_matches(&loc, ref, sel) ||
|
||||
!on_dir_side(rect, r, dir)) {
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue