-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
# wayfire-plugins-extra | ||
Additional plugins for Wayfire | ||
|
||
The plugins that come here are plugins that have external dependencies, for ex. `giomm`. | ||
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 to your `~/.config/wayfire.ini` | ||
Then add the plugins you want to enable in [`~/.config/wayfire.ini`](https://github.com/WayfireWM/wayfire/blob/master/wayfire.ini) |