added hyprload ref

This commit is contained in:
Alessio Molinari 2023-05-07 23:27:54 +02:00
parent e4edecc0cd
commit cd823df22c

View File

@ -93,8 +93,8 @@ You can use:
```bash
HYPRLAND_HEADERS=path/to/hyprlandrepo make all
```
this will compile and copy the compiled `.so` plugin in the `$HOME/.local/share/hyprload/plugins/bin` path.
You can also use `make virtual-desktops.so` to compile the plugin in the repo directory.
this will compile and copy the compiled `.so` plugin in the `$HOME/.local/share/hyprload/plugins/bin` path (useful if you use [hyprload](https://github.com/Duckonaut/hyprload)).
You can also use `make virtual-desktops.so` to output the compiled plugin in the repo directory.
Once compiled, you can tell Hyprland to load the plugin as described in the Hyprland wiki.