aboutsummaryrefslogtreecommitdiff
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
index 303d2776..3a6c3f9d 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <wlc/wlc.h>
+#include "layout.h"
#include "config.h"
#include "handlers.h"
@@ -27,6 +28,7 @@ void load_config() {
int main(int argc, char **argv) {
load_config();
+ init_layout();
static struct wlc_interface interface = {
.output = {