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, 0 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index f683e7ab..b9cb0a1c 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -221,7 +221,6 @@ static void config_defaults(struct sway_config *config) {
221 221
222 // Flags 222 // Flags
223 config->focus_follows_mouse = true; 223 config->focus_follows_mouse = true;
224 config->raise_floating = true;
225 config->mouse_warping = WARP_OUTPUT; 224 config->mouse_warping = WARP_OUTPUT;
226 config->focus_wrapping = WRAP_YES; 225 config->focus_wrapping = WRAP_YES;
227 config->validating = false; 226 config->validating = false;