feat: add switch_keyboard_layout dispatch

This commit is contained in:
DreamMaoMao 2025-06-10 12:38:56 +08:00
parent 26400b06a8
commit c8e7e3d528
4 changed files with 256 additions and 2 deletions

View file

@ -23,6 +23,7 @@ void spawn(const Arg *arg);
void spawn_on_empty(const Arg *arg);
void setlayout(const Arg *arg);
void switch_layout(const Arg *arg);
void switch_keyboard_layout(const Arg *arg);
void setmfact(const Arg *arg);
void setsmfact(const Arg *arg);
void quit(const Arg *arg);