summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
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 @@
5#include <wlc/wlc.h> 5#include <wlc/wlc.h>
6#include <xkbcommon/xkbcommon.h> 6#include <xkbcommon/xkbcommon.h>
7#include "list.h" 7#include "list.h"
8#include "layout.h"
8 9
9struct sway_variable { 10struct sway_variable {
10 char *name; 11 char *name;
@@ -42,6 +43,8 @@ struct sway_config {
42 list_t *output_configs; 43 list_t *output_configs;
43 struct sway_mode *current_mode; 44 struct sway_mode *current_mode;
44 uint32_t floating_mod; 45 uint32_t floating_mod;
46 enum swayc_layouts default_orientation;
47 enum swayc_layouts default_layout;
45 48
46 // Flags 49 // Flags
47 bool focus_follows_mouse; 50 bool focus_follows_mouse;