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);