feat: add mvoewin resizewin dispatch

This commit is contained in:
DreamMaoMao 2025-05-03 15:18:33 +08:00
parent 3a8ebf549b
commit c64dd51b69
4 changed files with 122 additions and 8 deletions

View file

@ -51,3 +51,5 @@ void incigaps(const Arg *arg);
void defaultgaps(const Arg *arg);
void togglefakefullscreen(const Arg *arg);
void toggleoverlay(const Arg *arg);
void movewin(const Arg *arg);
void resizewin(const Arg *arg);