From: Michael Stapelberg Date: Sun, 27 Sep 2009 16:45:17 +0000 (+0200) Subject: Bugfix: Correctly re-grab keys when using the new lexer X-Git-Tag: 3.d~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=97d949d16c2ff3d5bc5ff9e1679f030ba54c6df6;p=i3%2Fi3 Bugfix: Correctly re-grab keys when using the new lexer --- diff --git a/src/config.c b/src/config.c index a9de2909..fe6fc5f2 100644 --- a/src/config.c +++ b/src/config.c @@ -249,6 +249,8 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath, parse_file(globbed); } } + if (reload) + grab_all_keys(conn); } else { FILE *handle;