diff options
Diffstat (limited to '')
| -rw-r--r-- | src/wm/layout.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/wm/layout.h b/src/wm/layout.h new file mode 100644 index 0000000..5deab64 --- /dev/null +++ b/src/wm/layout.h | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | |||
| 2 | #pragma once | ||
| 3 | |||
| 4 | #include "../core/types.h" | ||
| 5 | |||
| 6 | void arrange(Monitor *m); | ||
| 7 | void arrangemon(Monitor *m); | ||
| 8 | void tile(Monitor *m); | ||
| 9 | void restack(Monitor *m); | ||
| 10 | void showhide(Client *c); | ||
| 11 | void zoom(const Arg *arg); | ||
| 12 | void setlayout(const Arg *arg); | ||
