change: dispatch name change movewin->smartmovewin resizewin->smartresizewin

This commit is contained in:
DreamMaoMao 2025-05-03 14:47:22 +08:00
parent 2e7245f960
commit 3a8ebf549b
4 changed files with 19 additions and 19 deletions

View file

@ -36,8 +36,8 @@ void focusmon(const Arg *arg);
void focusstack(const Arg *arg);
void chvt(const Arg *arg);
void reload_config(const Arg *arg);
void movewin(const Arg *arg);
void resizewin(const Arg *arg);
void smartmovewin(const Arg *arg);
void smartresizewin(const Arg *arg);
void bind_to_view(const Arg *arg);
void toggletag(const Arg *arg);
void toggleview(const Arg *arg);