From acb3fbdfb559e461aaac6d357146f43c4e9c3d38 Mon Sep 17 00:00:00 2001 From: Luminarys Date: Thu, 27 Aug 2015 21:52:59 -0500 Subject: Added in default_orientation handling --- include/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 6d36eb41..d1a6d0ac 100644 --- a/include/config.h +++ b/include/config.h @@ -5,6 +5,7 @@ #include #include #include "list.h" +#include "layout.h" struct sway_variable { char *name; @@ -42,6 +43,8 @@ struct sway_config { list_t *output_configs; struct sway_mode *current_mode; uint32_t floating_mod; + enum swayc_layouts default_orientation; + enum swayc_layouts default_layout; // Flags bool focus_follows_mouse; -- cgit v1.2.3-54-g00ecf