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

Master Layout unwanted gap when using vertical bar + center orientation #2533

Closed
AnthonyUtt opened this issue Jun 16, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@AnthonyUtt
Copy link

Looks like this issue was partially fixed after #1171, but only for specific orientations. I am currently seeing the same issue, but for orientation=center.

I am on a 32:9 monitor, so having a vertical bar + center orientation is a key part of my setup. I solved this issue on i3 by making the bar only visible on hover and take up no actual WM space, but I would much prefer to make this work without the gap because the alternative approach has its own inconveniences.

Steps to reproduce

  • Enable Master layout with orientation of center
general {
  layout=master
}
master {
  orientation=center
}
  • Set up vertical bar (I personally am using Eww)
  • Populate windows (master + clients)

Expected Behavior

  • No increased gaps between windows
  • Master window not pushed too far to the right

Actual Behavior

  • Master window pushed too far to the right and overlapping with some client windows

Screenshot:
image

@AnthonyUtt AnthonyUtt added the bug Something isn't working label Jun 16, 2023
@AnthonyUtt
Copy link
Author

Closing this issue, as it seems to be fixed by commit 204a580

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant