diff --git a/src/action.c b/src/action.c index 10edafc6..51edf5b7 100644 --- a/src/action.c +++ b/src/action.c @@ -687,9 +687,6 @@ directional_target_window(struct view *view, struct server *server, if (v->minimized) { continue; } - if (v == view) { - continue; - } dx = v->current.x + v->current.width/2 - cx; dy = v->current.y + v->current.height/2 - cy; distance = dx * dx + dy * dy;