Replies: 2 comments 3 replies
-
After some experimenting it seems like having a layer surface in the background active allows all the workspaces to render properly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
...why? The renderer is quite bad with dealing with rendering workspaces at any resolution other than the screen size. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to use
renderWorkspace
to render multiple active desktops at the same time, similar to hyprexpo. However, unlike hyprexpo, I would like to render all workspaces to the screen directly instead of storing the workspace previews in framebuffers, then rendering those.Currently, I am able to render only the current active workspace to a portion of the screen. Any attempts to render other workspaces to other parts of the screen using
renderWorkspace
are unsuccessful. I was not able to find any other code/plugins that hook intorenderWorkspace
for my reference. Is this whatrenderWorkspace
allows me to do? Is there something I'm not understanding with my code? The relevant part is here:Beta Was this translation helpful? Give feedback.
All reactions