mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[KeyBindings] Fix keybinding modified by -theme-str.
This commit is contained in:
parent
555f9be1f7
commit
8f5d9b425e
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue