Add tags to workspaces or something #10624
Unanswered
michalmoc
asked this question in
Feature requests - Window management
Replies: 1 comment 5 replies
-
why add an order field if we can just allow changing id? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For my desktop I want to add a key-bind
super+N
to create a new workspace immediately after the current one. It often happens that after opening a few workspaces I return to the first one and need to open yet another related to it, but with default setup the new workspace will be opened at the end, and switching between fist one and last one can be very inconvenient.So, the idea seems very simple, Hyprland is prized for huge customizability, surely there is some dispatch to do it? Well, nope. In fact some similar idea was rejected long time ago, not sure why. So I tried to do it myself, with Hyprland IPC (https://github.com/michalmoc/hyprland_dyn_workspaces/). I more or less succeeded, but it showed there is virtually no extensibility in workspaces system.
Workspaces are really described only by ID and by name. ID is unchangeable, so nothing can be really done with it. So I was forced to abuse workspace names, thus losing ability to grant workspaces nice, recognizable ones. In contrast, windows are described by title, class, tags and TWO identifiers. This seems very unfair.
I see following options:
Beta Was this translation helpful? Give feedback.
All reactions