]> git.sur5r.net Git - i3/i3/blobdiff - src/config.c
Merge "force_focus_wrapping" option into "focus_wrapping force"
[i3/i3] / src / config.c
index d4441d5dfec8da61c64f1f6e92ee60ab20ef861b..24c7b541e447e4f80ab2b676c4d3f0b140bdff6c 100644 (file)
@@ -13,6 +13,7 @@
 #include <xkbcommon/xkbcommon.h>
 
 char *current_configpath = NULL;
+char *current_config = NULL;
 Config config;
 struct modes_head modes;
 struct barconfig_head barconfigs = TAILQ_HEAD_INITIALIZER(barconfigs);
@@ -226,6 +227,8 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath,
     if (config.workspace_urgency_timer == 0)
         config.workspace_urgency_timer = 0.5;
 
+    config.focus_wrapping = FOCUS_WRAPPING_ON;
+
     parse_configuration(override_configpath, true);
 
     if (reload) {