aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index 34c8a280..cf05c236 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -184,6 +184,7 @@ static void config_defaults(struct sway_config *config) {
184 // Flags 184 // Flags
185 config->focus_follows_mouse = true; 185 config->focus_follows_mouse = true;
186 config->mouse_warping = true; 186 config->mouse_warping = true;
187 config->focus_wrapping = WRAP_YES;
187 config->reloading = false; 188 config->reloading = false;
188 config->active = false; 189 config->active = false;
189 config->failed = false; 190 config->failed = false;