| 1234567891011121314151617181920212223242526 |
- # fuzzel — application launcher / dmenu replacement for bemenu
- # Palette matches the ghostty theme (background #181818, foreground #d8d8d8).
- font=B612:size=11
- icon-theme=hicolor
- terminal=ghostty -e
- layer=overlay
- match-mode=fzf
- [colors]
- background=181818f0
- text=d8d8d8ff
- prompt=d8d8d8ff
- input=ffffffff
- match=7cafc2ff
- selection=323232ff
- selection-text=ffffffff
- selection-match=7cafc2ff
- border=323232ff
- [key-bindings]
- # Hands the raw input text to --launch-prefix instead of the highlighted entry,
- # which is how fuzzel-run-or-search.sh turns it into a web search.
- # Default is Shift+Return; moved to Alt+Return to match the launcher's docs.
- execute-input=Mod1+Return
|