Simple emoji selector for Wayland using wofi that relies on wtype and wl-clipboard.
Download the wofi-emoji script and make it executable:
sudo chmod +x path/to/wofi-emoji
Add a shortcut key in your Sway config:
# ~/.config/sway/config
bindsym Mod4+e exec path/to/wofi-emoji [wofi-arguments]
Replace path/to/wofi-emoji
with the actual path to the script and [wofi-arguments]
with any desired wofi
arguments.
Add a shortcut key in your Hyprland config:
# ~/.config/hypr/hyprland.conf
bind = $mainMod, E, exec, path/to/wofi-emoji [wofi-arguments]
bind = $mainMod, E, exec, ~/Build/wofi-emoji/wofi-emoji --matching multi-contains --insensitive
Star this repository and vote for the AUR package to increase the visibility of the project.
This project is community-driven. If you have a proposal, send a PR and I will review it.