feat: add dispatch increase_proportion and spawn_on_empty

This commit is contained in:
DreamMaoMao 2025-03-20 17:23:37 +08:00
parent 0406ce2397
commit a53d4bd4d9

View file

@ -4,6 +4,7 @@ void toggle_scratchpad(const Arg *arg);
void focusdir(const Arg *arg);
void toggleoverview(const Arg *arg);
void set_proportion(const Arg *arg);
void increase_proportion(const Arg *arg);
void switch_proportion_preset(const Arg *arg);
void zoom(const Arg *arg);
void tagtoleft(const Arg *arg);
@ -18,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);