fuzzel.ini 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # Stock /etc/xdg/fuzzel/fuzzel.ini, with only `font` and `background` changed.
  2. # output=<not set>
  3. font=B612:size=11
  4. # dpi-aware=auto
  5. # use-bold=no
  6. # message=
  7. # message-mode=wrap
  8. # prompt="> "
  9. # placeholder=
  10. # icon-theme=default
  11. # icons-enabled=yes
  12. # hide-before-typing=no
  13. # fields=filename,name,generic
  14. # password-character=*
  15. # filter-desktop=no
  16. # match-mode=fzf
  17. # sort-result=yes
  18. # match-counter=no
  19. # delayed-filter-ms=300
  20. # delayed-filter-limit=20000
  21. # show-actions=no
  22. # terminal=$TERMINAL -e # Note: you cannot actually use environment variables here
  23. # launch-prefix=<not set>
  24. # list-executables-in-path=no
  25. # anchor=center
  26. # x-margin=0
  27. # y-margin=0
  28. # lines=15
  29. # minimal-lines=no
  30. # width=30
  31. # tabs=8
  32. # horizontal-pad=40
  33. # vertical-pad=8
  34. # inner-pad=0
  35. # scaling-filter=box
  36. # image-size-ratio=0.5
  37. # gamma-correct-blending=no
  38. # line-height=<use font metrics>
  39. # letter-spacing=0
  40. # layer=overlay
  41. # keyboard-focus=exclusive
  42. # exit-on-keyboard-focus-loss=yes
  43. # cache=<not set>
  44. # render-workers=<number of logical CPUs>
  45. # match-workers=<number of logical CPUs>
  46. # enable-mouse=yes
  47. [colors]
  48. background=181818ff
  49. # text=657b83ff
  50. # message=657b83ff
  51. # prompt=586e75ff
  52. # placeholder=93a1a1ff
  53. # input=657b83ff
  54. # match=cb4b16ff
  55. # selection=eee8d5ff
  56. # selection-text=586e75ff
  57. # selection-match=cb4b16ff
  58. # counter=93a1a1ff
  59. # border=002b36ff
  60. [border]
  61. # width=1
  62. # radius=10
  63. [dmenu]
  64. # mode=text # text|index
  65. # exit-immediately-if-empty=no