wfplug — wayfire plugin manager #1671
timgott
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Building wayfire plugins manually takes some effort. However, plugins are only useful if they are easy to install and create.
I created a small plugin manager to make it easier.
https://github.com/timgott/wfplug
Example: Building an existing plugin
https://github.com/timgott/wayfire-shadows#install-with-wfplug
If you run
wfplug-run_with_env wayfire
, you can use the compiled plugin in wayfire (you still have to enable it in your config).Example: Creating a new plugin
Generates a new plugin from a template that is immediately ready to wfplug-compile and test.
Example: Testing a plugin with a minimal config
Beta Was this translation helpful? Give feedback.
All reactions