fix: focusstack dispatch miss warp_cursor option apply

This commit is contained in:
DreamMaoMao 2025-06-30 13:09:58 +08:00
parent b3e8f6e39f
commit 35676bc95b

View file

@ -4302,6 +4302,8 @@ focusstack(const Arg *arg) {
}
/* If only one client is visible on selmon, then c == sel */
focusclient(c, 1);
if (warpcursor)
warp_cursor(c);
}
/* We probably should change the name of this, it sounds like