aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm/layout.h')
-rw-r--r--src/wm/layout.h12
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
6void arrange(Monitor *m);
7void arrangemon(Monitor *m);
8void tile(Monitor *m);
9void restack(Monitor *m);
10void showhide(Client *c);
11void zoom(const Arg *arg);
12void setlayout(const Arg *arg);