]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: Correctly re-grab keys when using the new lexer
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 27 Sep 2009 16:45:17 +0000 (18:45 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 27 Sep 2009 16:45:17 +0000 (18:45 +0200)
src/config.c

index a9de29095c1921977de3a59eaea46f38c07eeeb1..fe6fc5f238a88514a3b12ada964a847e13a66535 100644 (file)
@@ -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;