Add note in readme to make sure hyprpm is running

This commit is contained in:
outfoxxed 2024-01-01 21:31:07 -08:00
parent c0a24c9dc1
commit 9a1111efba
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -113,6 +113,15 @@ wayland.windowManager.hyprland = {
Hyprland now has a dedicated plugin manager, which should be used when your package manager
isn't capable of locking hy3 builds to the correct hyprland version.
> [!IMPORTANT]
> Make sure hyprpm is activated by putting
>
> ```conf
> exec-once = hyprpm reload -n
> ```
>
> in your hyprland.conf. (See [the wiki](https://wiki.hyprland.org/Plugins/Using-Plugins/) for details.)
To install hy3 via hyprpm run
```sh