end-4 / dots-hyprland

i hate minimalism so...
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.89k stars 264 forks source link

Fuzzel + clipboard not working (keybinds) #805

Open Deivis44 opened 2 weeks ago

Deivis44 commented 2 weeks ago

The issue

I was using normally this config and I remember that a new version from fuzzel was released (I think) later as I normally use, the command for watch my clipboard but in this case was not working, so I was checking the keybinds and found those:

bind = Super, V, exec, pkill fuzzel || cliphist list | fuzzel --no-fuzzy --dmenu | cliphist decode | wl-copy # Clipboard history >> clipboard
bind = Super, Period, exec, pkill fuzzel || ~/.local/bin/fuzzel-emoji # Pick emoji >> clipboard

Trying to modify them and found that both commands are not working for the argument pkill in ... exec, pkill fuzzel || ... you can delete it but now the keybinds don't do their purpouse, idk how to solve it

Also, I literally reboot my computer, install everything again and the problem is the same :(

Deivis44 commented 2 weeks ago

Ok, watching at the fuzzel repo, the argument --no-fuzzy is not available now

l4v3nx commented 1 week ago

change --no-fuzzy to --match-mode fzf (there are also options "exact" and "fuzzy". check man fuzzel.ini)

1677883418 commented 1 week ago

change --no-fuzzy to --match-mode fzf (there are also options "exact" and "fuzzy". check man fuzzel.ini)将 --no-fuzzy 更改为 --match-mode fzf(还有选项 "exact" 和 "fuzzy"。请参阅 man fuzzel.ini

resolved my question!Thanks

maxz255 commented 1 week ago

change --no-fuzzy to --match-mode fzf (there are also options "exact" and "fuzzy". check man fuzzel.ini)

thx, I have same issue