mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-27 13:14:03 -04:00
feat: distinguish dpms dispatch and disable dispatch in monitor
This commit is contained in:
parent
51b50450a4
commit
706d5260b9
5 changed files with 68 additions and 12 deletions
|
|
@ -73,6 +73,9 @@ int32_t setoption(const Arg *arg);
|
|||
int32_t disable_monitor(const Arg *arg);
|
||||
int32_t enable_monitor(const Arg *arg);
|
||||
int32_t toggle_monitor(const Arg *arg);
|
||||
int32_t dpms_off_monitor(const Arg *arg);
|
||||
int32_t dpms_on_monitor(const Arg *arg);
|
||||
int32_t dpms_toggle_monitor(const Arg *arg);
|
||||
int32_t scroller_stack(const Arg *arg);
|
||||
int32_t toggle_all_floating(const Arg *arg);
|
||||
int32_t dwindle_toggle_split_direction(const Arg *arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue