🐛 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:
|
||||
keyb_path: /home/matt/.config/keyb/bindings/keyb.yml
|
||||
keyb_path: /home/matt/.config/keyb/bindings/default.yml
|
||||
debug: false
|
||||
reverse: false
|
||||
mouse: true
|
||||
search_mode: false
|
||||
sort_keys: false
|
||||
title: ""
|
||||
prompt: "> "
|
||||
prompt: "❯ "
|
||||
prompt_location: top
|
||||
placeholder: ""
|
||||
prefix_sep: ;
|
||||
|
|
Loading…
Add table
Reference in a new issue