feat: support movewin and resizewin dispatch, fix dirtomon

feat: support resizewin

fix: fix resizewin some error

fix: fix dirtomon dir

Avoid shortcut key conflicts
This commit is contained in:
chenyc 2025-04-06 01:01:15 +08:00 committed by DreamMaoMao
parent dfaab261c1
commit b4cf9d4b81
4 changed files with 191 additions and 3 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);