feat: add dispatch viewcrossmon and tagcrossmon

This commit is contained in:
DreamMaoMao
2025-10-29 13:06:05 +08:00
parent cbcbda25cd
commit 9b5ea50095
3 changed files with 34 additions and 3 deletions

View File

@@ -10,10 +10,12 @@ int zoom(const Arg *arg);
int tagsilent(const Arg *arg);
int tagtoleft(const Arg *arg);
int tagtoright(const Arg *arg);
int tagcrossmon(const Arg *arg);
int viewtoleft(const Arg *arg);
int viewtoright(const Arg *arg);
int viewtoleft_have_client(const Arg *arg);
int viewtoright_have_client(const Arg *arg);
int viewcrossmon(const Arg *arg);
int togglefloating(const Arg *arg);
int togglefullscreen(const Arg *arg);
int togglemaximizescreen(const Arg *arg);