feat: add centerwin dispatch

This commit is contained in:
DreamMaoMao 2025-08-30 20:40:26 +08:00
parent 1f77e58baf
commit 795a2ec9fb
3 changed files with 17 additions and 0 deletions

View file

@ -708,6 +708,8 @@ FuncType parse_func_name(char *func_name, Arg *arg, char *arg_value,
func = tagtoright;
} else if (strcmp(func_name, "killclient") == 0) {
func = killclient;
} else if (strcmp(func_name, "centerwin") == 0) {
func = centerwin;
} else if (strcmp(func_name, "focuslast") == 0) {
func = focuslast;
} else if (strcmp(func_name, "setlayout") == 0) {