feat(fuzzel): Update config to current options
This commit is contained in:
parent
962d1ff194
commit
683a8aea32
1 changed files with 10 additions and 5 deletions
|
@ -1,13 +1,19 @@
|
||||||
# output=<not set>
|
# output=<not set>
|
||||||
font=monospace:size=15
|
font=monospace:size=15
|
||||||
dpi-aware=auto
|
dpi-aware=auto
|
||||||
prompt='❯ '
|
use-bold=yes
|
||||||
icon-theme=breeze-dark
|
prompt='> '
|
||||||
|
# placeholder=
|
||||||
|
# icon-theme=breeze-dark
|
||||||
|
icon-theme=hicolor
|
||||||
icons-enabled=yes
|
icons-enabled=yes
|
||||||
fields=name,generic
|
hide-before-typing=yes
|
||||||
|
fields=filename,name,generic
|
||||||
# password-character=*
|
# password-character=*
|
||||||
filter-desktop=yes
|
filter-desktop=yes
|
||||||
fuzzy=yes
|
match-mode=fzf
|
||||||
|
# sort-result=yes
|
||||||
|
# match-counter=no
|
||||||
show-actions=no
|
show-actions=no
|
||||||
terminal=foot -e
|
terminal=foot -e
|
||||||
# launch-prefix=<not set>
|
# launch-prefix=<not set>
|
||||||
|
@ -83,4 +89,3 @@ radius=20
|
||||||
# custom-17=Mod1+ampersand
|
# custom-17=Mod1+ampersand
|
||||||
# custom-18=Mod1+asterix
|
# custom-18=Mod1+asterix
|
||||||
# custom-19=Mod1+parentleft
|
# custom-19=Mod1+parentleft
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue