feature(focusdir): if no client and focus_cross_monitor, focus monitor
This commit is contained in:
@@ -86,6 +86,8 @@ void focusdir(const Arg *arg) {
|
|||||||
viewtoleft_have_client(NULL);
|
viewtoleft_have_client(NULL);
|
||||||
if (arg->i == RIGHT || arg->i == DOWN)
|
if (arg->i == RIGHT || arg->i == DOWN)
|
||||||
viewtoright_have_client(NULL);
|
viewtoright_have_client(NULL);
|
||||||
|
} else if (config.focus_cross_monitor) {
|
||||||
|
focusmon(arg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user