diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9b5da..75d5b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Add default support for `fuzzel` wayland-native picker tool - Add default support for `ilia` gtk-based picker tool, used by default in Regolith Linux - Pass through return code 1 from selection tool - (!) Number of displayed recent emoji can be set with `-P` option: diff --git a/README.md b/README.md index a946f9b..312672c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Will remember your favorite emojis and give you quick access. ### Dependencies -* One of `bemenu`, `wofi`, `rofi`, `dmenu`, or supplying your own picker. +* One of `bemenu`, `wofi`, `rofi`, `dmenu`, `ilia`, `fuzzel` or supplying your own picker. * One of `wl-copy`, `xclip`, `xsel` or supplying your own clipboard tool. * One of `wtype`, `xdotool` or supplying your own typing tool. * `sed`, `grep`, `cut`, `sort`, `uniq`, `tr`, `curl` if using the download functionality. diff --git a/bemoji b/bemoji index a3fd400..7574a4d 100755 --- a/bemoji +++ b/bemoji @@ -26,6 +26,7 @@ declare -A default_pickers=( ["rofi"]="rofi -p 🔍 -i -dmenu --kb-custom-1 "Alt+1" --kb-custom-2 "Alt+2"" ["dmenu"]="dmenu -p 🔍 -i -l 20" ["ilia"]="ilia -n -p textlist -l 'Emoji' -i desktop-magnifier" + ["fuzzel"]="fuzzel -d -p 🔍" ) # Report usage