aboutsummaryrefslogtreecommitdiff
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
index 4a7e13c1..1af1278d 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -9,6 +9,7 @@
#include "config.h"
#include "log.h"
#include "handlers.h"
+#include "ipc.h"
static void sigchld_handle(int signal);
@@ -99,6 +100,8 @@ int main(int argc, char **argv) {
free(config_path);
}
+ init_ipc();
+
wlc_run();
if (devnull) {
fclose(devnull);