mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-13 04:28:13 -05:00
feat: add setoption dispatch to allow change option by mmsg
This commit is contained in:
parent
96d5143f4c
commit
0419a00e0b
3 changed files with 81 additions and 18 deletions
|
|
@ -64,4 +64,5 @@ void toggle_render_border(const Arg *arg);
|
|||
void create_virtual_output(const Arg *arg);
|
||||
void destroy_all_virtual_output(const Arg *arg);
|
||||
void focuslast(const Arg *arg);
|
||||
void toggle_trackpad_enable(const Arg *arg);
|
||||
void toggle_trackpad_enable(const Arg *arg);
|
||||
void setoption(const Arg *arg);
|
||||
Loading…
Add table
Add a link
Reference in a new issue