mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-26 01:40:18 -05:00
feat: optimize focusdir to respect focusstack
This commit is contained in:
parent
73cddbfdac
commit
4369c93b8f
4 changed files with 90 additions and 2 deletions
|
|
@ -130,6 +130,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