Document declarative plugin config entries (#211)

This commit is contained in:
outfoxxed 2023-05-02 06:45:37 -07:00 committed by GitHub
parent 3716ea1522
commit 4797481e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -41,11 +41,11 @@ In hyprland, run in a terminal:
```sh
hyprctl plugin load /path/to/the/plugin.so
```
You can also add this to an `exec-once`:
You can also use a plugin entry in your configuration file.
```ini
exec-once = hyprctl plugin load /my/epic/plugin.so
plugin = /my/epic/plugin.so
```
Plugins added to your configuration file will be unloaded if you remove their entries.
{{< hint type=important >}}
The plugin path has to be absolute. (starting from the root of the filesystem)