feat: support movewin

This commit is contained in:
chenyc 2025-04-06 01:01:15 +08:00
parent dfaab261c1
commit d869078b2f
4 changed files with 120 additions and 2 deletions

View file

@ -35,4 +35,6 @@ void incgaps(const Arg *arg);
void focusmon(const Arg *arg);
void focusstack(const Arg *arg);
void chvt(const Arg *arg);
void reload_config(const Arg *arg);
void reload_config(const Arg *arg);
void movewin(const Arg *arg);
void resizewin(const Arg *arg);