feat: dwindle layout support

This commit is contained in:
ernestoCruz05 2026-05-09 11:55:59 +08:00 committed by DreamMaoMao
parent b7a55a15d7
commit b0bd70d225
6 changed files with 549 additions and 3 deletions

View file

@ -113,6 +113,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;
}