mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-23 01:40:16 -05:00
feat: optimize focusdir to respect focusstack
This commit is contained in:
parent
57d7801df2
commit
48c466254a
4 changed files with 90 additions and 2 deletions
|
|
@ -129,6 +129,7 @@ int32_t exchange_stack_client(const Arg *arg) {
|
|||
int32_t focusdir(const Arg *arg) {
|
||||
Client *c = NULL;
|
||||
c = direction_select(arg);
|
||||
c = get_focused_stack_client(c);
|
||||
if (c) {
|
||||
focusclient(c, 1);
|
||||
if (warpcursor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue