mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-24 01:40:14 -05:00
feat: add dispatch enable_monitor,disable_monitr,toggle_monitor
This commit is contained in:
parent
2764b1103a
commit
15354898c8
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