mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-10 23:50:41 -04:00
feat: dwindle layout support
This commit is contained in:
parent
cfc7773dfa
commit
eff7a29790
6 changed files with 541 additions and 0 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