[SOLVED] Hyprspace - Failed to build

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?

Use hyprexpo.

To cleanup issue

hyprpm --help

and read.

hyprexpo looks cool, I’ll try that instead. Looks like it works! It doesn’t quite work how I want it to, but maybe I can combine it with split-monitor-workspaces: GitHub - Duckonaut/split-monitor-workspaces: A small Hyprland plugin to provide awesome-like workspace behavior

Thanks!