Open kRHYME7 opened 1 month ago
Yeah! When using an ID and adding a default name works.
But Will try to open this as this one seems a bug or something.
If i remember correctly, 99 is the index for special workspace?
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.
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
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?
Sidenote: Thank you for making the touchscreen work with hyprspace 💖
Is this expected?
Here's my active workspaces Both
Web
and Code
are spawnedMy workspaces were spawned like this
: 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.