mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-05 06:47:12 -04:00
Set arg.i = UNDIR so that focusmon uses arg.v to select monitor
This commit is contained in:
parent
9b5ea50095
commit
718ed47dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -1423,7 +1423,7 @@ int viewtoright_have_client(const Arg *arg) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int viewcrossmon(const Arg *arg) {
|
int viewcrossmon(const Arg *arg) {
|
||||||
focusmon(arg);
|
focusmon(&(Arg){.v = arg->v, .i = UNDIR});
|
||||||
view_in_mon(arg, true, selmon, true);
|
view_in_mon(arg, true, selmon, true);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue