wofi-emoji
wofi-emoji copied to clipboard
Emoji picker for Wayland using wofi and wl-clipboard
Pretty self explanatory title. Allows you now passing wofi arguments according to the manual from CLI instead of editing the bash code itself.
- Use `/bin/sh` instead of `/bin/bash` - Use only POSIX-compatible commands - Use the latest release of emojilib in `build.sh` - Check if executables exist before trying to run them...
I've installed the AUR package `wofi-emoji-git`, bound `bindsym Ctrl+Shift+e exec wofi-emoji` and invoked `wofi-emoji` with my bound shortcut. I can select emoji but emoji are neither copied to my clipboard...
87e5582463f1cb323f5ba809bfe8f1e69a8b2b90 (#9) added a fallback to wl-clipboard when wtype isn't supported in the current environment. To do so, they invoked "wtype 0" to check whether wtype works. Unfortunately, this leads...