mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
feat: add dispatch increase_proportion and spawn_on_empty
This commit is contained in:
parent
0406ce2397
commit
a53d4bd4d9
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue