-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(Workspace): add definition for thumbnail placements #811
base: master
Are you sure you want to change the base?
Conversation
f61f7a9
to
08b9961
Compare
08b9961
to
dac83f6
Compare
I feel like workspace cosmetic info that the compositor doesn't need should be in a separate config, perhaps in the cosmic-workspaces-epoch repo. Since cosmic-comp needs workspace orientation and the per-display settings, it makes sense for them to be in cosmic-comp-config The overall changes are really great though! Thank you for working on this. |
I'm wondering if it would be even worth merging |
Sorry, I may not be seeing what you're seeing, but why would cosmic-comp need that? |
There is no such a behaviour yet! It was more a matter of, this could be needed in the future. |
Yeah, I suppose it's not too harmful to have it in cosmic-comp's config. The reason I contended on that is because cosmic-comp is used in projects that don't utilize the entire cosmic-session, so having a config value that's only used in cosmic-workspaces-epoch is clutter, when the value could be in cosmic-workspaces-epoch instead. The workspace orientation is something comp actually uses, thus it makes sense to have it there, and have cosmic-workspaces-epoch read the value. |
@Drakulix what do you think about the above conversation? |
One benefit of comp knowing the placement of workspace thumbnails is for tweaking the gestures required for opening the overview. |
Does it makes sense for the |
Friendly ping @Drakulix in case you missed the notification :) |
I have not yet reviewed this, as I am still waiting @pop-os/ux to decide, if we want this feature. |
Add definition for thumbnail placement in workspace
Used in pop-os/cosmic-settings#557 and pop-os/cosmic-workspaces-epoch#104