X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fconfig.c;h=c8e9bd6b9b6c855989bf076217c87dc11bb257e1;hp=7e08b5208702ef64d06af2e047e302f3b0714aee;hb=28f7e14650882d89fae2eee78291eeec8dd4e8fd;hpb=536f60e230713fa131cdeeebf80bc5518c62eeee diff --git a/src/config.c b/src/config.c index 7e08b520..c8e9bd6b 100644 --- a/src/config.c +++ b/src/config.c @@ -227,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 = true; + parse_configuration(override_configpath, true); if (reload) {