mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-11 23:51:30 -04:00
feat: dwindle layout support
This commit is contained in:
parent
cfc7773dfa
commit
73ed3ce35b
6 changed files with 550 additions and 3 deletions
|
|
@ -112,6 +112,10 @@ int32_t exchange_client(const Arg *arg) {
|
|||
|
||||
Client *tc = direction_select(arg);
|
||||
tc = get_focused_stack_client(tc);
|
||||
|
||||
if (!tc)
|
||||
return 0;
|
||||
|
||||
exchange_two_client(c, tc);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue