mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-12 04:28:35 -05:00
feat: add spawn_shell dispatch to keybind
This commit is contained in:
parent
795a2ec9fb
commit
33d6de6bcf
3 changed files with 31 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ void togglemaxmizescreen(const Arg *arg);
|
|||
void togglegaps(const Arg *arg);
|
||||
void tagmon(const Arg *arg);
|
||||
void spawn(const Arg *arg);
|
||||
void spawn_shell(const Arg *arg);
|
||||
void spawn_on_empty(const Arg *arg);
|
||||
void setlayout(const Arg *arg);
|
||||
void switch_layout(const Arg *arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue