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

keybindingHandler: maximize vertically/horizontally without gaps #353

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

Leleat
Copy link
Owner

@Leleat Leleat commented Jun 9, 2024

When maximizing a window vertically or horizontally, we've added gaps to the window like we normally do to tiled windows. This makes sense if the window is already tiled. If the window is floating, we shouldn't add gaps to it and instead should keep the currently visible size.

Fixes #349

@F-i-f
Copy link

F-i-f commented Jun 10, 2024

Confirming that this patch fixes #349.

When maximizing a window vertically or horizontally, we've added gaps to
the window like we normally do to tiled windows. This makes sense if the
window is already tiled. If the window is floating, we shouldn't add
gaps to it and instead should keep the currently visible size.

Fixes #349
@Leleat Leleat merged commit 3dc55cb into main Aug 5, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

Vertical/horizontal maximizing alters the other dimension
2 participants