mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-05 13:29:54 -05:00
feature(focusdir): if no client and focus_cross_monitor, focus monitor
This commit is contained in:
parent
85f185c9a1
commit
a45b4cf55e
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue