mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-05 13:29:54 -05:00
fix: focusstack dispatch miss warp_cursor option apply
This commit is contained in:
parent
b3e8f6e39f
commit
35676bc95b
1 changed files with 2 additions and 0 deletions
|
|
@ -4302,6 +4302,8 @@ focusstack(const Arg *arg) {
|
||||||
}
|
}
|
||||||
/* If only one client is visible on selmon, then c == sel */
|
/* If only one client is visible on selmon, then c == sel */
|
||||||
focusclient(c, 1);
|
focusclient(c, 1);
|
||||||
|
if (warpcursor)
|
||||||
|
warp_cursor(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We probably should change the name of this, it sounds like
|
/* We probably should change the name of this, it sounds like
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue