From a53d4bd4d99ae86393e687dc7f80d2f1a648657f Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Thu, 20 Mar 2025 17:23:37 +0800 Subject: [PATCH] feat: add dispatch increase_proportion and spawn_on_empty --- dispatch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dispatch.h b/dispatch.h index ff75ea74..0594e1b3 100644 --- a/dispatch.h +++ b/dispatch.h @@ -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);