feat: dwindle layout support

This commit is contained in:
ernestoCruz05 2026-05-09 11:55:59 +08:00 committed by DreamMaoMao
parent cfc7773dfa
commit eff7a29790
6 changed files with 541 additions and 0 deletions

View file

@ -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;
}