Bullet
is a scriptable hotkeys daemon for X11. It allows you to create and manage your keybindings using your preferred programming language.
To build and run this project, you need the following packages:
meson
glib2
libx11
git clone https://github.com/tokyob0t/bullet.git
cd bullet/src
meson setup --prefix /usr build
meson install -C build
cd build
ninja uninstall