https://github.com/wayfirewm/wayfire-plugins-extra
Additional plugins for Wayfire
https://github.com/wayfirewm/wayfire-plugins-extra
Last synced: about 1 year ago
JSON representation
Additional plugins for Wayfire
- Host: GitHub
- URL: https://github.com/wayfirewm/wayfire-plugins-extra
- Owner: WayfireWM
- License: mit
- Created: 2019-02-26T14:56:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T15:47:47.000Z (about 1 year ago)
- Last Synced: 2025-03-29T22:05:20.778Z (about 1 year ago)
- Language: C++
- Size: 400 KB
- Stars: 73
- Watchers: 7
- Forks: 33
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wayfire-plugins-extra
Additional plugins for Wayfire
This is a place for plugins that have external dependencies, debugging purposes or otherwise will not be included with wayfire core plugins.
# Building
Dependencies:
`wayfire`, `wlroots`, `wf-config`, `cairo`, `giomm`
```
git clone https://github.com/WayfireWM/wayfire-plugins-extra && cd wayfire-plugins-extra
meson build --prefix=/usr --buildtype=release
ninja -C build && sudo ninja -C build install
```
Then add the plugins you want to enable in [`~/.config/wayfire.ini`](https://github.com/WayfireWM/wayfire/blob/master/wayfire.ini)