aboutsummaryrefslogtreecommitdiff
path: root/sway/handlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/handlers.c')
-rw-r--r--sway/handlers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index d6d30b71..9bf3f964 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -5,6 +5,7 @@
#include "handlers.h"
bool handle_output_created(wlc_handle output) {
+ add_output(output);
return true;
}