I’ve been looking for a workspace overview tool, and Hyprspace looks really cool: GitHub - KZDKM/Hyprspace: Workspace overview plugin for Hyprland
I tried building from source first, but it gave me several errors. Then, I noticed the option to install via Hyprpm, which seems a lot simpler. I tried
hyprpm add https://github.com/KZDKM/Hyprspace
as the instructions said, but it said “Repository not found.” I wondered if the link was out of date, so I went to the top and copied the clone URL:
hyprpm add https://github.com/KZDKM/Hyprspace.git
This looks like it at least partially worked, but said “Plugin Hyprspace failed to build.”
I wonder if this could be an issue with the previous two methods: maybe I made a mess, and need to clean it up first. If this is the case, how would I clean it up? If not, what am I missing?