https://github.com/yooksch/fcitx5-emoji-picker-gtk
Barebones emoji picker for Fcitx5
https://github.com/yooksch/fcitx5-emoji-picker-gtk
cpp fcitx5 gtkmm3
Last synced: 3 months ago
JSON representation
Barebones emoji picker for Fcitx5
- Host: GitHub
- URL: https://github.com/yooksch/fcitx5-emoji-picker-gtk
- Owner: yooksch
- License: gpl-3.0
- Created: 2025-03-12T17:12:15.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-12T17:20:26.000Z (3 months ago)
- Last Synced: 2025-03-12T18:27:20.621Z (3 months ago)
- Topics: cpp, fcitx5, gtkmm3
- Language: C++
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fcitx5-emoji-picker-gtk
Barebones emoji picker for Fcitx5 written in C++ using GTKmm
## Dependencies
- Wayland
- meson
- Fcitx5
- gtk-layer-shell
- GTKmm3## Installation
1. Clone the repository `git clone https://github.com/yooksch/fcitx5-emoji-picker-gtk.git`
2. Setup meson `meson setup build`
3. Install `meson install -C build`