Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bailuk/composer

Minimalistic GUI key composer
https://github.com/bailuk/composer

Last synced: 10 days ago
JSON representation

Minimalistic GUI key composer

Awesome Lists containing this project

README

        

![Meson](https://github.com/bailuk/composer/workflows/Meson/badge.svg)

# 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
```