-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Support multi-monitor setups #49
Conversation
Do you mean the workaround with I'll see if I can test this. I only have a VM for the newer versions of GNOME and I don't know if I can set it up for multiple monitors. |
yes, it's this part about changing the primary index and then restoring it after getting the thumbnail |
…ome-shell-wsmatrix into ebeem-multi_monitor_support_3
I found that it's super easy to emulate multiple monitors with a VM. I'll have a look at this in the next few days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I applied some consmetic changes that I liked better. Otherwise this looks good! I think the current workaround with the monitor index is fine, too. I don't believe that we could convince the GNOME developers to implement this natively. Even if they would, we would need to wait for the next GNOME release. I saw that there are some bigger updates to workspaces in the next GNOME version so we need to update this extension for the next GNOME release anyway. You can merge this whenever you're ready.
Great job!! thanks. |
@ebeem Will you merge this? Are you even able to? 😄 I don't know what permissions you have got as collaborator in this repo. |
yes, I was able to merge 😆 |
related to #21 and #46
this was discussed before, but due to the many changes that have been implemented since the previous PR, it needed to be done again. the problems that were listed before are
regarding
point#1
, I tried my best to keep the code as simple as possible. makingGNOME
properly show thumbnails of workspaces is easy, but it will require more rewriting of methods from the classWorkspaceThumbnail
.I have been trying this for days, and it seems fine. However, I will feel more comfortable if anyone who is interested can test it as well.