mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-13 04:28:13 -05:00
feat: add dispatch enable_monitor,disable_monitr,toggle_monitor
This commit is contained in:
parent
181205df35
commit
27fdead702
4 changed files with 58 additions and 7 deletions
|
|
@ -66,4 +66,7 @@ int create_virtual_output(const Arg *arg);
|
|||
int destroy_all_virtual_output(const Arg *arg);
|
||||
int focuslast(const Arg *arg);
|
||||
int toggle_trackpad_enable(const Arg *arg);
|
||||
int setoption(const Arg *arg);
|
||||
int setoption(const Arg *arg);
|
||||
int disable_monitor(const Arg *arg);
|
||||
int enable_monitor(const Arg *arg);
|
||||
int toggle_monitor(const Arg *arg);
|
||||
Loading…
Add table
Add a link
Reference in a new issue