hyprshell-hyprland-plugin 4.7.2

Plugin for hyprland, used to monitor keypresses
Documentation
1
2
3
4
5
6
7
8
9
10
# Plugin build at runtime of Hyprshell

The Makefile includes all necessary steps to develop.

For performance reasons all .cpp files are combined into one file, `make prepare-combined` will be run in build.rs
before zipping the plugin and including it in the hyprshell binary.

`make build` builds the plugin, it will be placed in `out/hyprshell.so`.

`make test` builds the plugin and launches Hyprland with a custom config and the plugin loaded.