feat: add dispatch spawn_on_empty

This commit is contained in:
DreamMaoMao 2025-03-20 17:03:54 +08:00
parent 98f942568a
commit ab4c8d5679
4 changed files with 32 additions and 1 deletions

View file

@ -19,6 +19,7 @@ void togglemaxmizescreen(const Arg *arg);
void togglegaps(const Arg *arg);
void tagmon(const Arg *arg);
void spawn(const Arg *arg);
void spawn_on_empty(const Arg *arg);
void setlayout(const Arg *arg);
void switch_layout(const Arg *arg);
void setmfact(const Arg *arg);