-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pinned workspaces #108
Comments
Hello there! I was curious: seeing as static workspaces was pushed back to Epoch 2 (from my understanding), Is there a way to automate the creation and placement of a set number of pinned workspaces, essentially providing fixed workspaces behaviour early? (It's the main feature I'm missing from COSMIC and one of two (the other being Night Light) not planned for the first release). Thanks. Edit: I should clarify that I'm aware this feature is not yet implemented so my question was more about whether such an aspect of it is planned. |
I'm not sure what you mean by the automated placement of a set number of pinned workspaces. |
Personally, the issue I have is not necessarily that COSMIC "removes" the workspace but rather that it
I always think about workspaces being tied to a hotkey I have to press but (2) causes workspaces to always shift around (see also pop-os/cosmic-comp#586). The problem with (1) is that I often have the same application on the same workspace (and thus hotkey) but when I e.g. want to put an app on number 5, I have to create 2, 3 and 4 first. |
@maria-komarova I'm sorry, what I meant was if there will be an exposed way to create scripts that would create a set number of fixed workspaces automatically. An exposed command line tool or config file that we could modify via scripts. |
Pinned workspaces is a new feature meant as an alternative to the fixed (or static) workspaces. The functionality in essence is very similar. The main difference is that workspaces are pinned in the window and workspaces overview instead of one using "Add workspace" button after switching to fixed workspaces in Settings. Having pinned workspace should allow us to avoid having a separate mode in the implementation.
Mockup - Workspace 1 is pinned, Workspace 3 is hovered.
If the window (Text Editor) on workspace 2 is closed on the mockup below, then one navigates away, workspace 2 is deleted because it is unpinned and therefore works as a dynamic workspace.
Figma prototype:
Figma mockups.
The text was updated successfully, but these errors were encountered: