mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-07 12:06:44 -04:00
feat: add canvas layout
This commit is contained in:
parent
f94ddc671e
commit
8fb28abdb4
11 changed files with 1327 additions and 100 deletions
|
|
@ -56,6 +56,7 @@ int32_t incohgaps(const Arg *arg);
|
|||
int32_t incovgaps(const Arg *arg);
|
||||
int32_t defaultgaps(const Arg *arg);
|
||||
int32_t togglefakefullscreen(const Arg *arg);
|
||||
int32_t toggleminimap(const Arg *arg);
|
||||
int32_t toggleoverlay(const Arg *arg);
|
||||
int32_t movewin(const Arg *arg);
|
||||
int32_t resizewin(const Arg *arg);
|
||||
|
|
@ -70,4 +71,6 @@ int32_t disable_monitor(const Arg *arg);
|
|||
int32_t enable_monitor(const Arg *arg);
|
||||
int32_t toggle_monitor(const Arg *arg);
|
||||
int32_t scroller_stack(const Arg *arg);
|
||||
int32_t canvas_zoom_resize(const Arg *arg);
|
||||
int32_t canvas_overview_toggle(const Arg *arg);
|
||||
int32_t toggle_all_floating(const Arg *arg);
|
||||
Loading…
Add table
Add a link
Reference in a new issue