Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dln/wofi-emoji
Emoji picker for Wayland using wofi and wl-clipboard
https://github.com/dln/wofi-emoji
emoji emoji-picker sway swaywm wayland wofi
Last synced: 2 months ago
JSON representation
Emoji picker for Wayland using wofi and wl-clipboard
- Host: GitHub
- URL: https://github.com/dln/wofi-emoji
- Owner: dln
- License: mit
- Archived: true
- Created: 2020-07-31T13:18:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T12:16:57.000Z (over 1 year ago)
- Last Synced: 2024-07-30T21:02:03.334Z (5 months ago)
- Topics: emoji, emoji-picker, sway, swaywm, wayland, wofi
- Language: Shell
- Homepage:
- Size: 117 KB
- Stars: 51
- Watchers: 5
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📢 wofi-moji is now kindly maintained by ✨[@Zeioth](https://github.com/Zeioth/)✨. Head on over to [Zeioth/wofi-emoji](https://github.com/Zeioth/wofi-emoji) for all your emoji selection needs! 🚀
# wofi-emoji 🥞
Simple emoji selector for Wayland using [wofi](https://cloudninja.pw/docs/wofi.html).
It relies on [wtype](https://github.com/atx/wtype) when it's supported, otherwise,
[wl-clipboard](https://github.com/bugaevc/wl-clipboard) is used instead.![Screenshot of wofi-emoji in action](https://i.imgur.com/8XiUoh6.png)
## Usage with Sway
Download [wofi-emoji](https://github.com/dln/wofi-emoji/raw/master/wofi-emoji), ensure it's executable and somewhere in your `$PATH`.
Add a shortcut key in your [sway](https://swaywm.org/) config:
```
# ~/.config/sway/configbindsym Mod4+e exec path/to/wofi-emoji
```