Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau authored Jun 7, 2020
1 parent 5c63c2e commit 05ca663
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
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)

0 comments on commit 05ca663

Please sign in to comment.