mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-26 06:25:59 +01:00
Document declarative plugin config entries (#211)
This commit is contained in:
parent
3716ea1522
commit
4797481e47
1 changed files with 3 additions and 3 deletions
|
@ -41,11 +41,11 @@ In hyprland, run in a terminal:
|
||||||
```sh
|
```sh
|
||||||
hyprctl plugin load /path/to/the/plugin.so
|
hyprctl plugin load /path/to/the/plugin.so
|
||||||
```
|
```
|
||||||
|
You can also use a plugin entry in your configuration file.
|
||||||
You can also add this to an `exec-once`:
|
|
||||||
```ini
|
```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 >}}
|
{{< hint type=important >}}
|
||||||
The plugin path has to be absolute. (starting from the root of the filesystem)
|
The plugin path has to be absolute. (starting from the root of the filesystem)
|
||||||
|
|
Loading…
Reference in a new issue