Bugfix: Correctly re-grab keys when using the new lexer
This commit is contained in:
parent
d916e075c3
commit
97d949d16c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue