| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- # Stock /etc/xdg/fuzzel/fuzzel.ini, with only `font` and `background` changed.
- # output=<not set>
- font=B612:size=11
- # dpi-aware=auto
- # use-bold=no
- # message=
- # message-mode=wrap
- prompt="> "
- # placeholder=
- # icon-theme=default
- # icons-enabled=yes
- # hide-before-typing=no
- # fields=filename,name,generic
- # password-character=*
- # filter-desktop=no
- # match-mode=fzf
- # sort-result=yes
- # match-counter=no
- # delayed-filter-ms=300
- # delayed-filter-limit=20000
- # show-actions=no
- # terminal=$TERMINAL -e # Note: you cannot actually use environment variables here
- # launch-prefix=<not set>
- # list-executables-in-path=no
- # anchor=center
- # x-margin=0
- # y-margin=0
- # lines=15
- # minimal-lines=no
- # width=30
- # tabs=8
- # horizontal-pad=40
- # vertical-pad=8
- # inner-pad=0
- # scaling-filter=box
- # image-size-ratio=0.5
- # gamma-correct-blending=no
- # line-height=<use font metrics>
- # letter-spacing=0
- # layer=overlay
- # keyboard-focus=exclusive
- # exit-on-keyboard-focus-loss=yes
- # cache=<not set>
- # render-workers=<number of logical CPUs>
- # match-workers=<number of logical CPUs>
- # enable-mouse=yes
- [colors]
- background=181818ff
- # text=657b83ff
- # message=657b83ff
- # prompt=586e75ff
- # placeholder=93a1a1ff
- # input=657b83ff
- # match=cb4b16ff
- # selection=eee8d5ff
- # selection-text=586e75ff
- # selection-match=cb4b16ff
- # counter=93a1a1ff
- # border=002b36ff
- [border]
- # width=1
- # radius=10
- [dmenu]
- # mode=text # text|index
- # exit-immediately-if-empty=no
|