feat: add spawn_shell dispatch to keybind

This commit is contained in:
DreamMaoMao 2025-08-31 09:26:58 +08:00
parent e7c1c76c3d
commit 22570da969
3 changed files with 31 additions and 1 deletions

View file

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