Skip to content
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

Moving dock to the left makes the next workspace disappear in workspace overview on 4K Monitor #1819

Open
KlimaRitter opened this issue Sep 13, 2022 · 5 comments

Comments

@KlimaRitter
Copy link

KlimaRitter commented Sep 13, 2022

On my 4k monitor, When the dock is set to the left of the screen, in the workspace overview the next workspace is not visible any more, which makes it impossible to drag windows to it.

Dock on the bottom

dock on the bottom

Dock on the left

dock on the bottom

NOTE:

This Problem only appears on my 4K Monitor, if the resolution is set to 1080p it does not occur.

@vanvugt
Copy link
Collaborator

vanvugt commented Sep 14, 2022

See also #1806

@3v1n0
Copy link
Collaborator

3v1n0 commented Sep 24, 2022

This is definitely resolution dependent, however the geometry used by such area is all controlled by maybeAdjustBoxToDock in docking.js, so feel free to try tuning it so that it has a minimal size that is smaller enough than the actual workarea to give some space to show the other workspaces on the right.

@3v1n0
Copy link
Collaborator

3v1n0 commented Oct 9, 2022

Can you please check if #1849 helps with this?

@KlimaRitter KlimaRitter changed the title Moving dock to the left makes the next workspace disappear in workspace overview Moving dock to the left makes the next workspace disappear in workspace overview on 4K Monitor Oct 11, 2022
@KlimaRitter
Copy link
Author

Can you please check if #1849 helps with this?

Does not seem to help, however I just realized that the problem only occurs on 4k resolution, I added that to the description.

@3v1n0
Copy link
Collaborator

3v1n0 commented Oct 14, 2022

I see... That's weird, I've tried locally with such resolution and I don't get it, but may be another problem...

However, could you maybe provide exact resolution, scaling (type of scaling if fractional or not, and if using the experimental framebuffer scaling) and if intellihide/autohide is enabled.

Eventually, I'd suggest to play a bit with the resizing happening in DockManager.maybeAdjustBoxToDock(), because that's where all the game happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants