fuzzel.ini 671 B

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