diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-01-24 17:19:05 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-01-24 17:19:05 +0000 |
| commit | 278f79a4cb5f844e76bb47e50534ed5e28f36505 (patch) | |
| tree | 7ac1232511f162cdd82e1c1415c99a6c0ae0ba65 /.config/fuzzel/fuzzel.ini | |
| parent | 5f7f807bfcfb09bd9b745b0530892046e2475307 (diff) | |
Initial commit
Diffstat (limited to '.config/fuzzel/fuzzel.ini')
| -rw-r--r-- | .config/fuzzel/fuzzel.ini | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini new file mode 100644 index 0000000..aedc7e4 --- /dev/null +++ b/.config/fuzzel/fuzzel.ini @@ -0,0 +1,49 @@ +# output=<not set> +font=GoMono Nerd Font:size=10 +dpi-aware=no +# prompt=> +icon-theme=hicolor +icons-enabled=yes +# fields=filename,name,generic +# password-character=* +match-mode=fzf +# sort-result=yes +# match-counter=no +# show-actions=no +# terminal=$TERMINAL -e # Note: you cannot actually use environment variables here +# launch-prefix=<not set> + +# Setting this to false can be useful on compositors where enabling +# "focus-follows-mouse" causes fuzzel to exit as soon as the mouse +# is moved over another window. Sway (<= 1.7) exhibits this +# behavior, for example. +# Default: _yes_ +exit-on-keyboard-focus-loss=no + +# lines=15 +width=35 +horizontal-pad=10 +vertical-pad=10 +inner-pad=10 + +# image-size-ratio=0.5 + +# line-height=<use font metrics> +# letter-spacing=0 +line-height=18 +[colors] +background=000000AA +text=efefefef +match=fabd2fff +selection-match=fabd2fff +selection=666666ff +selection-text=efefefef +border=33ffccff + +[border] +width=2 +radius=0 + +[dmenu] +# mode=text # text|index +# exit-immediately-if-empty=no |
