[KeyBindings] Fix keybinding modified by -theme-str.

This commit is contained in:
Dave Davenport 2021-12-15 20:49:53 +01:00
parent 555f9be1f7
commit 8f5d9b425e
1 changed files with 1 additions and 2 deletions

View File

@ -963,8 +963,6 @@ int main(int argc, char *argv[]) {
}
TICK_N("Load cmd config ");
parse_keys_abe(bindings);
// Get the path to the cache dir.
cache_dir = g_get_user_cache_dir();
@ -1010,6 +1008,7 @@ int main(int argc, char *argv[]) {
g_free(theme_str);
}
parse_keys_abe(bindings);
if (find_arg("-dump-theme") >= 0) {
rofi_theme_print(rofi_theme);
cleanup();