feat: add centerwin dispatch

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

View file

@ -38,6 +38,7 @@ void chvt(const Arg *arg);
void reload_config(const Arg *arg);
void smartmovewin(const Arg *arg);
void smartresizewin(const Arg *arg);
void centerwin(const Arg *arg);
void bind_to_view(const Arg *arg);
void toggletag(const Arg *arg);
void toggleview(const Arg *arg);