https://github.com/bailuk/composer
Minimalistic GUI key composer
https://github.com/bailuk/composer
Last synced: 11 months ago
JSON representation
Minimalistic GUI key composer
- Host: GitHub
- URL: https://github.com/bailuk/composer
- Owner: bailuk
- License: mit
- Created: 2020-11-05T21:18:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T13:27:10.000Z (over 5 years ago)
- Last Synced: 2025-02-06T05:12:51.396Z (over 1 year ago)
- Language: C
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# composer
Minimalistic GUI key composer
# dependencies
- [meson](https://mesonbuild.com)
- [libgtk-3-dev](https://www.gtk.org)
- [libxdo-dev](https://github.com/jordansissel/xdotool)
# install and run
```shell
meson build
cd build
ninja && ./composer
```