Added hyprpm install instructions to documentation

This commit is contained in:
Jeffry Samuel 2024-01-04 19:06:01 -06:00 committed by Stanisław Zagórowski
parent 259d0e3ebd
commit 29b70aa8e1

View file

@ -10,6 +10,14 @@ This ensures the compiler version is the same between the Hyprland build you're
The guide on compiling and installing Hyprland manually is on the [wiki](http://wiki.hyprland.org/Getting-Started/Installation/#manual-manual-build) The guide on compiling and installing Hyprland manually is on the [wiki](http://wiki.hyprland.org/Getting-Started/Installation/#manual-manual-build)
## Using [hyprpm](https://wiki.hyprland.org/Plugins/Using-Plugins/#hyprpm)
Hyprpm is a tool integrated with the latest Hyprland version, to use it first you'll need to add the repository and then enable the plugin
```BASH
hyprpm add https://github.com/Duckonaut/split-monitor-workspaces # Add the plugin repository
hyprpm enable split-monitor-workspaces # Enable the plugin
hyprpm reload # Reload the plugins
```
## Using [hyprload](https://github.com/Duckonaut/hyprload) ## Using [hyprload](https://github.com/Duckonaut/hyprload)
Add the line `"Duckonaut/split-monitor-workspaces",` to your `hyprload.toml` config, like this Add the line `"Duckonaut/split-monitor-workspaces",` to your `hyprload.toml` config, like this
```toml ```toml