summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-27 21:52:59 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-27 21:52:59 -0500
commitacb3fbdfb559e461aaac6d357146f43c4e9c3d38 (patch)
tree7aac4f1730b810fbe620ba5e70e15a51c46d24d5 /include/config.h
parentupdate visibility for moved workspaces (diff)
downloadsway-acb3fbdfb559e461aaac6d357146f43c4e9c3d38.tar.gz
sway-acb3fbdfb559e461aaac6d357146f43c4e9c3d38.tar.zst
sway-acb3fbdfb559e461aaac6d357146f43c4e9c3d38.zip
Added in default_orientation handling
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;