KZDKM / Hyprspace

Workspace overview plugin for Hyprland
GNU General Public License v2.0
516 stars 17 forks source link

[feat/bug] No overview for named (dynamically spawed) workspace #89

Open kRHYME7 opened 1 month ago

kRHYME7 commented 1 month ago

Is this expected?

Here's my active workspaces image Both  Web and  Code are spawned

My workspaces were spawned like this image

: One solution I can think of right now is to try to bind these workspaces to a signed workspace number. Will get back if I can manage to do it.

kRHYME7 commented 1 month ago

Yeah! When using an ID and adding a default name works. image

But Will try to open this as this one seems a bug or something.

KZDKM commented 1 month ago

If i remember correctly, 99 is the index for special workspace?

kRHYME7 commented 1 month ago

If i remember correctly, 99 is the index for special workspace?

It is -99 Also, this is the command to navigate to special workspaces. Which is different when I navigate the named workspaces. image

As for the issue, Should I assume "named workspace" are of different category or this is a bug for hyprland or the plugin? Does the plugin only handle the workspaces by its index/id number ?

Base on this screenshot, I can categorize it into unsigned id =>When I call a workspace Id or its defaultName random signed id => The ones created by hyprland when I called a named workspace that is not bind to any unsigned id. special => defaults to -99 an can be called using tooglespecial

image

kRHYME7 commented 1 week ago

Is it bad practice to bind a named workspace? Is it bad a practice to index together the unsigned IDs? and ignoring anything with "special:*" keyword? image

Sidenote: Thank you for making the touchscreen work with hyprspace 💖