diff --git a/src/dispatch/bind_define.h b/src/dispatch/bind_define.h index eb0dc41..5ce425f 100644 --- a/src/dispatch/bind_define.h +++ b/src/dispatch/bind_define.h @@ -86,6 +86,8 @@ void focusdir(const Arg *arg) { viewtoleft_have_client(NULL); if (arg->i == RIGHT || arg->i == DOWN) viewtoright_have_client(NULL); + } else if (config.focus_cross_monitor) { + focusmon(arg); } } }