🐛 fix(keyb): keyb config opening even without selecting one in rofi
This commit is contained in:
parent
64a539dad9
commit
c889c6cacc
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
settings:
|
settings:
|
||||||
keyb_path: /home/matt/.config/keyb/bindings/keyb.yml
|
keyb_path: /home/matt/.config/keyb/bindings/default.yml
|
||||||
debug: false
|
debug: false
|
||||||
reverse: false
|
reverse: false
|
||||||
mouse: true
|
mouse: true
|
||||||
search_mode: false
|
search_mode: false
|
||||||
sort_keys: false
|
sort_keys: false
|
||||||
title: ""
|
title: ""
|
||||||
prompt: "> "
|
prompt: "❯ "
|
||||||
prompt_location: top
|
prompt_location: top
|
||||||
placeholder: ""
|
placeholder: ""
|
||||||
prefix_sep: ;
|
prefix_sep: ;
|
||||||
|
|
Loading…
Add table
Reference in a new issue