-
Notifications
You must be signed in to change notification settings - Fork 180
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
Implement ext_workspace_unstable_v1 wayland protocol #1509
Comments
@ammen99, maintainer of Wayfire, is actually someone who did a lot of work on that protocol and an older version of the protocol is implemented in #647, but that will not be updated or merged because the protocol has not been accepted in wayland-protocols yet, though it seems like that is never going to happen… :/ |
Is there any way to display a list of Wayfire workspaces in any panel? |
No, there is no standardized way to do this, and I have so far tried to avoid private protocols. |
There is work in progress for IPC, that could be used to subscribe to WF state and expose workspace number per output. Then either build in, or custom waypanel could simply read that out |
also it seems that above mentioned protocol is gaining consensus.. :) |
It is worth pointing out that 'in progress' here means that it is planned, not that there are WIP patches. |
Just a note, nowadays Wayfire has an IPC which has some information about the workspaces and workspace-sets, so if someone is looking for integrating specifically with Wayfire, they can do it. |
ext_workspace_unstable_v1
allow to add a workspace indicator on panels. For example, there is a plugin for Waybar.The text was updated successfully, but these errors were encountered: