mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
feature(focusdir): if no client and focus_cross_monitor, focus monitor
This commit is contained in:
parent
da68edcbb6
commit
9074c9cd66
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