diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-25 15:44:14 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-25 15:44:14 +0530 |
| commit | ffeaf344c429ab195160be967a5fb62346f3eed9 (patch) | |
| tree | 5cb9ebeca9d292a6a1b09b5398e88a276c67b18c /.config/fuzzel/fuzzel.ini | |
| parent | a81ab033ec5ac0cdbdddfc31f242aee7cb5aee4e (diff) | |
move to fuzzel from rofi
rofi is bad when it comes to fuzzy matching and also you cannot execute
command as it is, for example you cannot pass arguements to commands
like "setwall -m".
Fuzzel is way simpler, natively supports wayland and is a drop in
replacement for dmenu.
Diffstat (limited to '.config/fuzzel/fuzzel.ini')
| -rw-r--r-- | .config/fuzzel/fuzzel.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini new file mode 100644 index 0000000..5142263 --- /dev/null +++ b/.config/fuzzel/fuzzel.ini @@ -0,0 +1,29 @@ +[main] +dpi-aware=no +lines=10 +filter-desktop=yes +icon-theme=Papirus-Dark +font=Fira Code:size=12 +terminal=foot -e +list-executables-in-path=yes +password-character=* +width=80 +horizontal-pad=10 +vertical-pad=10 +inner-pad=5 + +[colors] +background=1e1e2edd +text=cdd6f4ff +prompt=bac2deff +placeholder=7f849cff +input=cdd6f4ff +match=89b4faff +selection=585b70ff +selection-text=cdd6f4ff +selection-match=89b4faff +counter=7f849cff +border=89b4faff + +[key-bindings] +execute-input=Control+Return Shift+KP_Enter |
